OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <map>
#include <string>
#include "Algorithms/Vektor.h"
#include "Algorithms/Quaternion.h"
#include "Index/NDIndex.h"
Go to the source code of this file.
Classes | |
class | IrregularDomain |
struct | IrregularDomain::Stencil< T > |
Enumerations | |
enum | { CONSTANT , LINEAR , QUADRATIC } |
enumeration corresponding to different interpolation methods at the boundary More... | |
anonymous enum |
enumeration corresponding to different interpolation methods at the boundary
Enumerator | |
---|---|
CONSTANT | |
LINEAR | |
QUADRATIC |
Definition at line 36 of file IrregularDomain.h.