|
dune-pdelab 2.7-git
|
#include <dune/pdelab/localoperator/linearelasticityparameter.hh>

Public Types | |
| typedef Dune::PDELab::GridFunctionTraits< typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::dimRange, typename T::Traits::RangeType > | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
Public Member Functions | |
| LinearElasticityDirichletExtensionAdapter (const typename Traits::GridViewType &g_, T &t_) | |
| constructor | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. | |
| const Traits::GridViewType & | getGridView () const |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. | |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. | |
Adapter that extracts Dirichlet boundary conditions from parameter class
| T | model of LinearElasticityParameterInterface |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| typedef Dune::PDELab::GridFunctionTraits<typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::dimRange, typename T::Traits::RangeType > Dune::PDELab::LinearElasticityDirichletExtensionAdapter< T >::Traits |
|
inline |
constructor
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
|
inlineinherited |
Set the data set type of this function.