~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to dolfin/fem/Assembler.cpp

  • Committer: ilmarw@gogmagog.simula.no
  • Date: 2008-05-29 10:46:14 UTC
  • mfrom: (2122.3.2 trunk)
  • mto: (2668.1.45 trunk)
  • mto: This revision was merged to the branch mainline in revision 2670.
  • Revision ID: ilmarw@gogmagog.simula.no-20080529104614-xjn0a188wtj2wlmw
Repo fix, roll back unwanted Parameter changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
// Modified by Ola Skavhaug, 2007
6
6
//
7
7
// First added:  2007-01-17
8
 
// Last changed: 2008-06-10
 
8
// Last changed: 2008-05-28
9
9
 
10
10
#include <dolfin/log/dolfin_log.h>
11
11
#include <dolfin/common/Array.h>
257
257
 
258
258
    // Tabulate exterior facet tensor
259
259
    integral->tabulate_tensor(ufc.A, ufc.w, ufc.cell, local_facet);
260
 
    
 
260
 
261
261
    // Add entries to global tensor
262
262
    A.add(ufc.A, ufc.local_dimensions, ufc.dofs);
263
263