|
class | Dune::ACFem::BulkBlockConstraints< DiscreteFunctionSpace, MaskStorage > |
| A default implementation for bulk block constraints. More...
|
|
class | Dune::ACFem::DirichletConstraints< DiscreteFunctionSpace, Model, void, std::enable_if_t< true &&IsPDEModel< Model >::value &&!HasEmptySupport< Model >::value > > |
| Implementation of Dirichlet constraints given a PDE-model. More...
|
|
class | Dune::ACFem::DirichletConstraints< DiscreteFunctionSpace, BoundaryValues, Indicator, std::enable_if_t<(IsWrappableByConstLocalFunction< BoundaryValues >::value &&IsBoundaryIndicator< Indicator >::value &&!IndicatorTraits< Indicator >::emptySupport)> > |
| Implementation of Dirichlet constraints given a boundary}; supported function. More...
|
|
class | Dune::ACFem::DirichletConstraints< DiscreteFunctionSpace, BoundaryValues, Indicator, std::enable_if_t<(HasEmptySupport< BoundaryValues >::value||IndicatorTraits< Indicator >::emptySupport)> > |
| Spezialization of Dirichlet constraints for emptyboundaryindicator. More...
|
|
class | Dune::ACFem::EmptyBlockConstraints< DiscreteFunctionSpace > |
| A class modelling do-nothing constraints. More...
|
|