|
dune-vtk 2.8
|
Grid-function representing values from a VTK file with local Lagrange interpolation of the values stored on the Lagrange nodes. More...
#include <dune/vtk/gridfunctions/lagrangegridfunction.hh>
Classes | |
| struct | EntitySet |
Public Types | |
| using | Domain = typename EntitySet::GlobalCoordinate |
| using | Range = DynamicVector< Field > |
| using | Signature = Range(Domain) |
Public Member Functions | |
| LagrangeGridFunction (GridCreator const &creator, std::vector< Field > const &values, std::string name, unsigned int ncomps, Vtk::DataTypes dataType, std::vector< std::uint8_t > const &types, std::vector< std::int64_t > const &offsets, std::vector< std::int64_t > const &connectivity) | |
| LagrangeGridFunction ()=default | |
| Range | operator() (Domain const &global) const |
| Global evaluation. Not supported! | |
| EntitySet const & | entitySet () const |
| Return a type that defines the element that can be iterated. | |
| std::string const & | name () const |
| int | numComponents () const |
| Vtk::DataTypes | dataType () const |
Grid-function representing values from a VTK file with local Lagrange interpolation of the values stored on the Lagrange nodes.
| using Dune::Vtk::LagrangeGridFunction< GridType, FieldType, Context >::Domain = typename EntitySet::GlobalCoordinate |
| using Dune::Vtk::LagrangeGridFunction< GridType, FieldType, Context >::Range = DynamicVector<Field> |
| using Dune::Vtk::LagrangeGridFunction< GridType, FieldType, Context >::Signature = Range(Domain) |
|
inline |
Construct a grid-function. Passed in data is stroed by reference, thus must have a life-time greater than that of the grid-function and corresponding local-function.
|
default |
|
inline |
|
inline |
Return a type that defines the element that can be iterated.
|
inline |
|
inline |
|
inline |
Global evaluation. Not supported!