OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Classes | Enumerations
IrregularDomain.h File Reference
#include <map>
#include <string>
#include "Algorithms/Vektor.h"
#include "Algorithms/Quaternion.h"
#include "Index/NDIndex.h"
Include dependency graph for IrregularDomain.h:
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

enumeration corresponding to different interpolation methods at the boundary

Enumerator
CONSTANT 
LINEAR 
QUADRATIC 

Definition at line 36 of file IrregularDomain.h.