DUNE-ACFEM (unstable)
GridFunctionModules
Classes | |
class | Dune::ACFem::GridFunction::ModelDirichletValues< Model, GridPart > |
An adapter class which takes any ACFem-PDE model and extracts its Dirichlet values as a BoundarySupportedFunction. More... | |
Functions | |
template<class Model , class GridPart , std::enable_if_t< EffectiveModelTraits< Model >::template Exists< PDEModel::dirichlet >::value, int > = 0> | |
auto | Dune::ACFem::GridFunction::modelDirichletValues (Model &&model, const GridPart &gridPart, const std::string &name="") |
Generate a representation of the Dirichlet values associated to the model as Fem::BindableGridFunction. More... | |
Detailed Description
Function Documentation
◆ modelDirichletValues()
template<class Model , class GridPart , std::enable_if_t< EffectiveModelTraits< Model >::template Exists< PDEModel::dirichlet >::value, int > = 0>
auto Dune::ACFem::GridFunction::modelDirichletValues | ( | Model && | model, |
const GridPart & | gridPart, | ||
const std::string & | name = "" |
||
) |
Generate a representation of the Dirichlet values associated to the model as Fem::BindableGridFunction.
Generate a local representation of the Dirichlet values associated to the model, if any.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Dec 28, 23:30, 2024)