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