|
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::GridFunctionView< GF, true > Struct Template Reference
#include <dune/fem/misc/gridfunctionview.hh>
Inheritance diagram for Dune::Fem::GridFunctionView< GF, true >:

Public Types | |
| using | Base = BindableGridFunctionWithSpace< typename GF::GridPartType, typename GF::RangeType > |
| typedef GF::EntityType | Entity |
| typedef GF::RangeType | Value |
| typedef Entity::Geometry::LocalCoordinate | LocalCoordinate |
| typedef GF::GridPartType | GridPartType |
| typedef GridPart::template Codim< 0 >::EntityType | EntityType |
| typedef EntityType::Geometry::GlobalCoordinate | DomainType |
| typedef Dune::Fem::GridFunctionSpace< GridPartType, GF::RangeType > | 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 | |
| GridFunctionView (const GF &gf) | |
| Value | operator() (const LocalCoordinate &x) const |
| void | bind (const Entity &entity) |
| void | unbind () |
| template<class IntersectionType > | |
| void | bind (const IntersectionType &intersection, IntersectionSide side) |
| unsigned int | order () const |
| return the order of the space | |
| const std::string & | name () const |
| 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 | |
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 GF >
| using Dune::Fem::GridFunctionView< GF, true >::Base = BindableGridFunctionWithSpace<typename GF::GridPartType, typename GF::RangeType> |
◆ BaseType
template<class GridPart , class Range >
|
inherited |
◆ ctype
template<class Entity , bool storeGeometry = true>
|
inherited |
type of coordinate field
◆ DiscreteFunctionSpaceType
|
inherited |
◆ DomainType
|
inherited |
◆ Entity
template<class GF >
| typedef GF::EntityType Dune::Fem::GridFunctionView< GF, true >::Entity |
◆ EntityStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ EntityType
|
inherited |
◆ FunctionSpaceType
|
inherited |
◆ Geometry
template<class GridPart , class Range >
|
inherited |
◆ GeometryStorageType
template<class Entity , bool storeGeometry = true>
|
protectedinherited |
◆ GridPartType
|
inherited |
◆ HessianRangeType
|
inherited |
◆ IntersectionType
template<class GridPart , class Range >
|
inherited |
◆ JacobianRangeType
|
inherited |
◆ LocalCoordinate
template<class GF >
| typedef Entity::Geometry::LocalCoordinate Dune::Fem::GridFunctionView< GF, true >::LocalCoordinate |
◆ RangeFieldType
|
inherited |
◆ RangeType
|
inherited |
◆ ReferenceElementType
template<class Entity , bool storeGeometry = true>
|
inherited |
type of reference element
◆ Value
template<class GF >
| typedef GF::RangeType Dune::Fem::GridFunctionView< GF, true >::Value |
Constructor & Destructor Documentation
◆ GridFunctionView()
template<class GF >
|
inline |
Member Function Documentation
◆ bind() [1/3]
template<class GF >
|
inline |
◆ bind() [2/3]
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
set new entity object and geometry if enabled
◆ bind() [3/3]
template<class GF >
template<class IntersectionType >
|
inline |
◆ 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()
|
inlineinherited |
◆ operator()()
template<class GF >
|
inline |
◆ order()
|
inlineinherited |
return the order of the space
◆ referenceElement()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return reference element
◆ type()
template<class Entity , bool storeGeometry = true>
|
inlineinherited |
return geometry type
◆ unbind()
template<class GF >
|
inline |
◆ 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