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.

Referenced by Dune::ACFem::DirichletConstraints< DiscreteFunctionSpace, Model, void, std::enable_if_t< true &&IsPDEModel< Model >::value &&!HasEmptySupport< Model >::value > >::updateBoundaryValues().

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)