Constraints related to Dirichlet boundaries. This class generates global constraints based on Dirichlet conditions set on grid intersections.
#include <dumux/discretization/dirichletconstraints.hh>
|
| template<class Problem , typename DirichletFunction > |
| void | update (const Problem &problem, const DirichletFunction &dirichletFunction) |
| | Update the boundary types for all element intersections. More...
|
| |
| auto | begin () const |
| |
| auto | end () const |
| |
◆ begin()
◆ end()
◆ update()
template<class Data >
template<class Problem , typename DirichletFunction >
- Parameters
-
| problem | The problem object which needs to be simulated |
| dirichletFunction | Function for evaluating Dirichlet boundary conditions |
The documentation for this class was generated from the following file: