|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Protected Types |
Protected Member Functions |
Protected Attributes |
List of all members
Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range > Struct Template Reference
#include <dune/fem/function/localfunction/bindable.hh>
Inheritance diagram for Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >:

Public Types | |
| typedef BindableGridFunction< GridPart, Range > | Base |
| typedef GridPart | GridPartType |
| typedef GridPart::template Codim< 0 >::EntityType | EntityType |
| typedef EntityType::Geometry::GlobalCoordinate | DomainType |
| typedef Dune::Fem::GridFunctionSpace< GridPartType, Range > | FunctionSpaceType |
| typedef FunctionSpaceType::RangeFieldType | RangeFieldType |
| typedef FunctionSpaceType::RangeType | RangeType |
| typedef FunctionSpaceType::JacobianRangeType | JacobianRangeType |
| typedef FunctionSpaceType::HessianRangeType | HessianRangeType |
| typedef DiscreteFunctionSpaceAdapter< FunctionSpaceType, GridPartType > | DiscreteFunctionSpaceType |
| typedef EntityGeometryStorage< EntityType > | BaseType |
| typedef GridPart::IntersectionType | IntersectionType |
| typedef EntityType::Geometry | Geometry |
| typedef Geometry::ctype | ctype |
| type of coordinate field | |
| typedef std::decay_t< decltype(Dune::ReferenceElements< ctype, Geometry::coorddimension >::general(std::declval< const Dune::GeometryType & >())) > | ReferenceElementType |
| type of reference element | |
Public Member Functions | |
| BindableGridFunctionWithSpace (const GridPart &gridPart, const std::string &name, int order) | |
| unsigned int | order () const |
| return the order of the space | |
| const std::string & | name () const |
| const DiscreteFunctionSpaceType & | space () const |
| void | bind (const IntersectionType &intersection, IntersectionSide side) |
| void | bind (const EntityType &entity) |
| set new entity object and geometry if enabled | |
| bool | continuous () const |
| template<class Point > | |
| DomainType | global (const Point &x) const |
| template<class Point > | |
| void | evaluate (const Point &x, RangeType &ret) const |
| template<class Quadrature , class RangeArray > | |
| void | evaluate (const Quadrature &quadrature, RangeArray &values) const |
| const GridPart & | gridPart () const |
| const Entity & | entity () const |
| return entity | |
| bool | valid () const |
| return true if entity pointer is set | |
| const Geometry & | geometry () const |
| return geometry | |
| Dune::GeometryType | type () const |
| return geometry type | |
| const ReferenceElementType & | referenceElement () const |
| return reference element | |
| void | unbind () |
| release entity and geometry object | |
Protected Types | |
| typedef std::optional< EntityType > | EntityStorageType |
| typedef std::conditional< storeGeometry, std::optional< Geometry >, Empty >::type | GeometryStorageType |
Protected Member Functions | |
| void | copyGeometry (const EntityGeometryStorageImpl &other) |
Protected Attributes | |
| const GridPart & | gridPart_ |
| EntityStorageType | entity_ |
| GeometryStorageType | geometry_ |
Member Typedef Documentation
◆ Base
template<class GridPart , class Range >
| typedef BindableGridFunction<GridPart,Range> Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::Base |
◆ BaseType
template<class GridPart , class Range >
|
inherited |
◆ ctype
template<class Entity , bool storeGeometry = true>
|
inherited |
type of coordinate field
◆ DiscreteFunctionSpaceType
template<class GridPart , class Range >
| typedef DiscreteFunctionSpaceAdapter< FunctionSpaceType, GridPartType > Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::DiscreteFunctionSpaceType |
◆ DomainType
template<class GridPart , class Range >
| typedef EntityType::Geometry::GlobalCoordinate Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::DomainType |
◆ EntityStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ EntityType
template<class GridPart , class Range >
| typedef GridPart::template Codim<0>::EntityType Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::EntityType |
◆ FunctionSpaceType
template<class GridPart , class Range >
| typedef Dune::Fem::GridFunctionSpace<GridPartType, Range> Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::FunctionSpaceType |
◆ Geometry
template<class GridPart , class Range >
|
inherited |
◆ GeometryStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ GridPartType
template<class GridPart , class Range >
| typedef GridPart Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::GridPartType |
◆ HessianRangeType
template<class GridPart , class Range >
| typedef FunctionSpaceType::HessianRangeType Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::HessianRangeType |
◆ IntersectionType
template<class GridPart , class Range >
|
inherited |
◆ JacobianRangeType
template<class GridPart , class Range >
| typedef FunctionSpaceType::JacobianRangeType Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::JacobianRangeType |
◆ RangeFieldType
template<class GridPart , class Range >
| typedef FunctionSpaceType::RangeFieldType Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::RangeFieldType |
◆ RangeType
template<class GridPart , class Range >
| typedef FunctionSpaceType::RangeType Dune::Fem::BindableGridFunctionWithSpace< GridPart, Range >::RangeType |
◆ ReferenceElementType
template<class Entity , bool storeGeometry = true>
|
inherited |
type of reference element
Constructor & Destructor Documentation
◆ BindableGridFunctionWithSpace()
template<class GridPart , class Range >
|
inline |
Member Function Documentation
◆ bind() [1/2]
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
set new entity object and geometry if enabled
◆ bind() [2/2]
template<class GridPart , class Range >
|
inlineinherited |
◆ continuous()
template<class GridPart , class Range >
|
inlineinherited |
◆ copyGeometry()
template<class Entity , bool storeGeometry = true>
|
inlineprotectedinherited |
◆ entity()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return entity
◆ evaluate() [1/2]
template<class GridPart , class Range >
template<class Point >
|
inherited |
◆ evaluate() [2/2]
template<class GridPart , class Range >
template<class Quadrature , class RangeArray >
|
inlineinherited |
◆ geometry()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return geometry
◆ global()
template<class GridPart , class Range >
template<class Point >
|
inlineinherited |
◆ gridPart()
template<class GridPart , class Range >
|
inlineinherited |
◆ name()
template<class GridPart , class Range >
|
inline |
◆ order()
template<class GridPart , class Range >
|
inline |
return the order of the space
◆ referenceElement()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return reference element
◆ space()
template<class GridPart , class Range >
|
inline |
◆ type()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return geometry type
◆ unbind()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
release entity and geometry object
◆ valid()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return true if entity pointer is set
Member Data Documentation
◆ entity_
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ geometry_
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ gridPart_
template<class GridPart , class Range >
|
protectedinherited |
The documentation for this struct was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8