GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
GridFormat::Dune::LagrangePolynomialGrid< GV > Class Template Reference

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>

Detailed Description

template<typename GV>
class GridFormat::Dune::LagrangePolynomialGrid< GV >
Note
This is only available if dune-localfunctions is found on the system.

Public Types

using GridView = GV
 
using Position = GlobalCoordinate
 
using Cell = Element
 
using Point = _GlobalPoint
 
using LocalPoint = _LocalPoint
 

Public Member Functions

 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: