20 "axis-aligned regions defined by pairs of opposing corners");
21 params.
addParam<
Real>(
"outside", 0.0,
"The value of the variable outside the largest boxes");
37 for (
unsigned int b = 0;
b <
_nbox; ++
b)
39 for (
unsigned int i = 0; i <
_dim; ++i)
47 for (
unsigned int j = 0;
j <
_dim; ++
j)
57 mooseError(
"The coordinates of the smaller_coordinate_corners are equal to or larger " 59 "the larger_coordinate_corners.");
const std::vector< Point > _c2
const unsigned int _dim
dimensionality of the mesh
Real value(const Point &p)
registerMooseObject("PhaseFieldApp", NestedBoundingBoxIC)
NestedBoundingBoxIC creates several nested boxes defined by their coordinates in the domain...
std::vector< Real > _inside
values inside the boxes
const unsigned int _nbox
number of boxes
const Real _int_width
value of interfacial width
NestedBoundingBoxIC(const InputParameters ¶meters)
const std::vector< Point > _c1
lists of opposite corners
static InputParameters validParams()
static InputParameters validParams()
SmoothMultiBoundingBoxBaseIC is the base class for IsolatedBoundingBoxIC and NestedBoundingBoxIC.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real value(const Point &p)
void mooseError(Args &&... args) const
static const std::complex< double > j(0, 1)
Complex number "j" (also known as "i")
const Real _outside
values outside all the boxes