OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
AmrObject.h File Reference
Include dependency graph for AmrObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AmrObject
struct  AmrObject::AmrInfo

Class Documentation

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

Collaboration diagram for AmrObject::AmrInfo:
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.