Cardinal
|
#include <CartesianGrid.h>
Public Member Functions | |
CartesianGrid (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeValue () |
Protected Attributes | |
const unsigned int & | _nx |
Number of divisions along x direction. More... | |
const unsigned int & | _ny |
Number of divisions along y direction. More... | |
const unsigned int & | _nz |
Number of divisions along z direction. More... | |
const Real & | _shift |
Optional shift to add to each bin index. More... | |
Real | _dx |
Width of x regions. More... | |
Real | _dy |
Width of y regions. More... | |
Real | _dz |
Width of z regions. More... | |
Point | _min |
Lower left of bounding box over mesh. More... | |
Subdivide space into 3-D Cartesian grid; this can be used in conjunction with skinning to change the topology of DAGMC geometries, for instance.
CartesianGrid::CartesianGrid | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
|
static |
|
protected |
Width of x regions.
|
protected |
Width of y regions.
|
protected |
Width of z regions.
|
protected |
Lower left of bounding box over mesh.
|
protected |
Number of divisions along x direction.
|
protected |
Number of divisions along y direction.
|
protected |
Number of divisions along z direction.
|
protected |
Optional shift to add to each bin index.