Flow123d
master-f44eb46
|
Files | |
file | dh_cell_accessor.hh [code] |
file | discrete_space.cc [code] |
Implementation of class which provides the finite element for every mesh cell. | |
file | discrete_space.hh [code] |
Declaration of class which provides the finite element for every mesh cell. | |
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 | element_values.cc [code] |
file | element_values.hh [code] |
Class ElementValues calculates data related to transformation of reference cell to actual cell (Jacobian, inverse Jacobian, determinant, point coordinates etc.). | |
file | fe_p.cc [code] |
file | fe_p.hh [code] |
Definitions of basic Lagrangean finite elements with polynomial shape functions. | |
file | fe_rt.cc [code] |
Definitions of Raviart-Thomas finite elements. | |
file | fe_rt.hh [code] |
Definitions of Raviart-Thomas finite elements. | |
file | fe_system.cc [code] |
Class FESystem for compound finite elements. | |
file | fe_system.hh [code] |
Class FESystem for compound finite elements. | |
file | fe_values.cc [code] |
Class ElementValues calculates data related to transformation of reference cell to actual cell (Jacobian, inverse Jacobian, determinant, point coordinates 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 | fe_values_map.hh [code] |
file | fe_values_views.cc [code] |
file | fe_values_views.hh [code] |
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. | |