OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
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...

Class Documentation

◆ IrregularDomain::Stencil

struct IrregularDomain::Stencil
template<typename T>
struct IrregularDomain::Stencil< T >

Definition at line 48 of file IrregularDomain.h.

Inheritance diagram for IrregularDomain::Stencil< T >:
Collaboration diagram for IrregularDomain::Stencil< T >:
Class Members
T back
T center
T east
T front
T north
T south
T west

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.