OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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 54 of file AmrObject.h.

Member Data Documentation

◆ bf

int AmrObject::AmrInfo::bf[3]

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

Definition at line 57 of file AmrObject.h.

◆ grid

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().

◆ maxgrid

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().

◆ maxlevel

int AmrObject::AmrInfo::maxlevel

Maximum level for AMR (0: single-level)

Definition at line 58 of file AmrObject.h.

◆ refratio

int AmrObject::AmrInfo::refratio[3]

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

Definition at line 59 of file AmrObject.h.


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