|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
Go to the source code of this file.
Classes | |
| class | AmrObject |
| struct | AmrObject::AmrInfo |
| struct AmrObject::AmrInfo |
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 53 of file AmrObject.h.
| Class Members | ||
|---|---|---|
| int | bf[3] | Grid blocking factor in x-, y- and z-direction. |
| int | grid[3] | Number of grid points in x-, y- and z-direction. |
| int | maxgrid[3] | Maximum grid size in x-, y- and z-direction. |
| int | maxlevel | Maximum level for AMR (0: single-level). |
| int | refratio[3] | Mesh refinement ratio in x-, y- and z-direction. |