Exposes a Dune::GridView as a grid composed of lagrange cells with the given order. Can be used to conveniently write Dune::Functions into grid files.
More...
#include <dune.hpp>
template<typename GV>
class GridFormat::Dune::LagrangePolynomialGrid< GV >
- Note
- This is only available if dune-localfunctions is found on the system.
|
|
using | GridView = GV |
| |
|
using | Position = GlobalCoordinate |
| |
|
using | Cell = Element |
| |
|
using | Point = _GlobalPoint |
| |
|
using | LocalPoint = _LocalPoint |
| |
|
|
| LagrangePolynomialGrid (const GridView &grid_view, unsigned int order=1) |
| |
|
void | update (const GridView &grid_view) |
| |
|
void | clear () |
| |
|
std::size_t | number_of_cells () const |
| |
|
std::size_t | number_of_points () const |
| |
|
std::size_t | number_of_points (const Element &element) const |
| |
|
std::ranges::range auto | cells () const |
| |
|
std::ranges::range auto | points () const |
| |
|
std::ranges::range auto | points (const Element &e) const |
| |
|
const GridView & | grid_view () const |
| |
The documentation for this class was generated from the following file:
- /__w/gridformat/gridformat/gridformat/traits/dune.hpp