← Back to team overview

dolfin team mailing list archive

Added new class AffineMap and move computation of maps from reference [...]

 

Commit from logg (2005-05-17 18:59 CEST)
----------------

Added new class AffineMap and move computation of maps from reference
element to this class. Modified assembly accordingly (and did some
cleanup).

The interface to FFC has also been changed somewhat.

This is in preparation for addition of automatically generated
interpolations, which I will hopefully add later today.

  dolfin  ChangeLog                                          1.199
  dolfin  src/demo/solvers/Makefile.in                       1.87
+ dolfin  src/kernel/fem/AffineMap.cpp                       1.1
  dolfin  src/kernel/fem/FEM.cpp                             1.18
  dolfin  src/kernel/fem/Makefile                            1.252
  dolfin  src/kernel/fem/Makefile.am                         1.25
  dolfin  src/kernel/fem/Makefile.in                         1.98
+ dolfin  src/kernel/fem/dolfin/AffineMap.h                  1.1
  dolfin  src/kernel/fem/dolfin/Makefile.am                  1.21
  dolfin  src/kernel/fem/dolfin/Makefile.in                  1.97
  dolfin  src/kernel/form/BilinearForm.cpp                   1.7
  dolfin  src/kernel/form/Form.cpp                           1.10
  dolfin  src/kernel/form/LinearForm.cpp                     1.7
  dolfin  src/kernel/form/dolfin/BilinearForm.h              1.7
  dolfin  src/kernel/form/dolfin/Form.h                      1.10
  dolfin  src/kernel/form/dolfin/LinearForm.h                1.7
  dolfin  src/kernel/function/dolfin/Function.h              1.10
  dolfin  src/modules/convdiff/dolfin/ConvectionDiffusion.h  1.9
  dolfin  src/modules/elasticity/dolfin/Elasticity.h         1.8
  dolfin  src/modules/elasticity/dolfin/ElasticityMass.h     1.6
  dolfin  src/modules/poisson/dolfin/Poisson.h               1.10