#include <dune/grid/yaspgrid/backuprestore.hh>
|
template<class S > |
static void | writeOrigin (S &s, const Coordinates &coord) |
|
template<class S > |
static void | readOrigin (S &s, Dune::FieldVector< typename Coordinates::ctype, Coordinates::dimension > &coord) |
|
template<typename... A> |
static Dune::YaspGrid< Coordinates::dimension, Coordinates > * | createGrid (const Dune::FieldVector< typename Coordinates::ctype, Coordinates::dimension > &lowerleft, A...args) |
|
template<class Coordinates >
template<typename... A>
static Dune::YaspGrid<Coordinates::dimension,Coordinates>* Dune::MaybeHaveOrigin< Coordinates >::createGrid |
( |
const Dune::FieldVector< typename Coordinates::ctype, Coordinates::dimension > & |
lowerleft, |
|
|
A... |
args |
|
) |
| |
|
inlinestatic |
template<class Coordinates >
template<class S >
static void Dune::MaybeHaveOrigin< Coordinates >::readOrigin |
( |
S & |
s, |
|
|
Dune::FieldVector< typename Coordinates::ctype, Coordinates::dimension > & |
coord |
|
) |
| |
|
inlinestatic |
template<class Coordinates >
template<class S >
The documentation for this struct was generated from the following file: