|
| file | dofhandler.cc [code] |
| | Declaration of class which handles the ordering of degrees of freedom (dof) and mappings between local and global dofs.
|
| |
| file | dofhandler.hh [code] |
| | Declaration of class which handles the ordering of degrees of freedom (dof) and mappings between local and global dofs.
|
| |
| file | fe_p.cc [code] |
| |
| file | fe_p.hh [code] |
| | Definitions of basic Lagrangean finite elements with polynomial shape functions.
|
| |
| file | fe_rt.hh [code] |
| | Definitions of Raviart-Thomas finite elements.
|
| |
| file | fe_values.cc [code] |
| | Class FEValues calculates finite element data on the actual cells such as shape function values, gradients, Jacobian of the mapping from the reference cell etc.
|
| |
| file | fe_values.hh [code] |
| | Class FEValues calculates finite element data on the actual cells such as shape function values, gradients, Jacobian of the mapping from the reference cell etc.
|
| |
| file | finite_element.cc [code] |
| | Abstract class for description of finite elements.
|
| |
| file | finite_element.hh [code] |
| | Abstract class for description of finite elements.
|
| |
| file | mapping.hh [code] |
| | Class Mapping calculates data related to the mapping of the reference cell to the actual cell, such as Jacobian and normal vectors.
|
| |
| file | mapping_p1.cc [code] |
| | Class MappingP1 implements the affine transformation of the unit cell onto the actual cell.
|
| |
| file | mapping_p1.hh [code] |
| | Class MappingP1 implements the affine transformation of the unit cell onto the actual cell.
|
| |
| file | update_flags.hh [code] |
| | Enum type UpdateFlags indicates which quantities are to be recomputed on each finite element cell.
|
| |