OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Attributes | List of all members
AmrObject::AmrInfo Struct Reference

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

Detailed Description

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 42 of file AmrObject.h.

Member Data Documentation

int AmrObject::AmrInfo::bf[3]

Grid blocking factor in x-, y- and z-direction.

Definition at line 45 of file AmrObject.h.

Referenced by FieldSolver::initAmrObject_m(), and AmrBoxLib::initParmParse_m().

int AmrObject::AmrInfo::grid[3]

Number of grid points in x-, y- and z-direction.

Definition at line 43 of file AmrObject.h.

Referenced by AmrBoxLib::create(), and FieldSolver::initAmrObject_m().

int AmrObject::AmrInfo::maxgrid[3]

Maximum grid size in x-, y- and z-direction.

Definition at line 44 of file AmrObject.h.

Referenced by FieldSolver::initAmrObject_m(), and AmrBoxLib::initParmParse_m().

int AmrObject::AmrInfo::maxlevel

Maximum level for AMR (0: single-level)

Definition at line 46 of file AmrObject.h.

Referenced by AmrBoxLib::create(), FieldSolver::initAmrObject_m(), and AmrBoxLib::initParmParse_m().

int AmrObject::AmrInfo::refratio[3]

Mesh refinement ratio in x-, y- and z-direction.

Definition at line 47 of file AmrObject.h.

Referenced by FieldSolver::initAmrObject_m(), and AmrBoxLib::initParmParse_m().


The documentation for this struct was generated from the following file: