OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <AmrObject.h>
Public Attributes | |
int | grid [3] |
Number of grid points in x-, y- and z-direction. More... | |
int | maxgrid [3] |
Maximum grid size in x-, y- and z-direction. More... | |
int | bf [3] |
Grid blocking factor in x-, y- and z-direction. More... | |
int | maxlevel |
Maximum level for AMR (0: single-level) More... | |
int | refratio [3] |
Mesh refinement ratio in x-, y- and z-direction. More... | |
This data structure is only used for creating an object via the static member function AmrBoxLib::create() that is called in FieldSolver::initAmrObject_m
Definition at line 54 of file AmrObject.h.
int AmrObject::AmrInfo::bf[3] |
Grid blocking factor in x-, y- and z-direction.
Definition at line 57 of file AmrObject.h.
int AmrObject::AmrInfo::grid[3] |
Number of grid points in x-, y- and z-direction.
Definition at line 55 of file AmrObject.h.
Referenced by FieldSolver::initAmrObject_m().
int AmrObject::AmrInfo::maxgrid[3] |
Maximum grid size in x-, y- and z-direction.
Definition at line 56 of file AmrObject.h.
Referenced by FieldSolver::initAmrObject_m().
int AmrObject::AmrInfo::maxlevel |
Maximum level for AMR (0: single-level)
Definition at line 58 of file AmrObject.h.
int AmrObject::AmrInfo::refratio[3] |
Mesh refinement ratio in x-, y- and z-direction.
Definition at line 59 of file AmrObject.h.