Namespaces | |
| namespace | Detail |
Classes | |
| class | FaceInterpolationPointData |
| An interpolation point related to a face of an element. More... | |
| class | InterpolationPointData |
| An interpolation point related to an element that includes global and local positions. More... | |
| class | InterpolationPointDataLocalMapping |
| An interpolation point related to a global position of an element, giving its local positions by a mapping. More... | |
| class | LocalDof |
| A local degree of freedom from an element perspective. More... | |
| class | LocalDofInterpolationPointData |
| An interpolation point related to a localDof of an element, giving its global and local positions. More... | |
Functions | |
| template<class Problem , class DirichletFunction , Detail::DirichletConstraintContainer Constraints> | |
| void | appendDirichletConstraints (const Problem &problem, const DirichletFunction &dirichletFunction, Constraints &constraints) |
| Append constraints for Dirichlet boundaries. More... | |
| void Dumux::CVFE::appendDirichletConstraints | ( | const Problem & | problem, |
| const DirichletFunction & | dirichletFunction, | ||
| Constraints & | constraints | ||
| ) |
| problem | The problem object which needs to be simulated |
| dirichletFunction | Function for evaluating Dirichlet boundary conditions |
| constraints | The constraints to be appended to |