OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <AmrBoundary.h>
Public Types | |
typedef Level::umap_t | umap_t |
typedef Level::lo_t | lo_t |
typedef Level::go_t | go_t |
typedef Level::scalar_t | scalar_t |
typedef Level::basefab_t | basefab_t |
typedef amr::AmrIntVect_t | AmrIntVect_t |
Public Member Functions | |
AmrBoundary (go_t nPoints) | |
bool | isBoundary (const AmrIntVect_t &iv, const go_t *nr) const |
bool | isBoundary (const AmrIntVect_t &iv, const lo_t &dir, const go_t *nr) const |
virtual void | apply (const AmrIntVect_t &iv, const lo_t &dir, umap_t &map, const scalar_t &value, Level *mglevel, const go_t *nr)=0 |
const go_t & | getNumberOfPoints () const |
Private Attributes | |
const go_t | nPoints_m |
Number of points used for boundary. More... | |
Definition at line 29 of file AmrBoundary.h.
typedef amr::AmrIntVect_t AmrBoundary< Level >::AmrIntVect_t |
Definition at line 37 of file AmrBoundary.h.
typedef Level::basefab_t AmrBoundary< Level >::basefab_t |
Definition at line 36 of file AmrBoundary.h.
typedef Level::go_t AmrBoundary< Level >::go_t |
Definition at line 34 of file AmrBoundary.h.
typedef Level::lo_t AmrBoundary< Level >::lo_t |
Definition at line 33 of file AmrBoundary.h.
typedef Level::scalar_t AmrBoundary< Level >::scalar_t |
Definition at line 35 of file AmrBoundary.h.
typedef Level::umap_t AmrBoundary< Level >::umap_t |
Definition at line 32 of file AmrBoundary.h.
|
inline |
nPoints | used in stencil for applying the boundary |
Definition at line 44 of file AmrBoundary.h.
|
pure virtual |
Apply boundary in a certain direction.
iv | is the cell where we want to have the boundary value |
dir | direction of physical / mesh boundary |
map | with indices global matrix indices and matrix values |
value | matrix entry (coefficients) |
value | of matrix entry that is supposed for index |
nr | is the number of grid points |
Implemented in AmrPeriodicBoundary< Level >, AmrOpenBoundary< Level >, and AmrDirichletBoundary< Level >.
|
inline |
Definition at line 88 of file AmrBoundary.h.
References AmrBoundary< Level >::nPoints_m.
|
inline |
Check if we are on the physical boundary (all directions)
iv | cell to check |
nr | is the number of grid points |
Definition at line 52 of file AmrBoundary.h.
References nr.
|
inline |
Check if we are on the physical boundary (certain direction)
iv | cell to check |
nr | is the number of grid points |
Definition at line 63 of file AmrBoundary.h.
References nr.
|
private |
Number of points used for boundary.
Definition at line 93 of file AmrBoundary.h.
Referenced by AmrBoundary< Level >::getNumberOfPoints().