#include <SolidProblem.h>
◆ SolidCubicMesh()
template<class ELEMENT_TYPE >
SolidProblem< ELEMENT_TYPE >::SolidCubicMesh::SolidCubicMesh |
( |
const unsigned & |
nx, |
|
|
const unsigned & |
ny, |
|
|
const unsigned & |
nz, |
|
|
const double & |
xMin, |
|
|
const double & |
xMax, |
|
|
const double & |
yMin, |
|
|
const double & |
yMax, |
|
|
const double & |
zMin, |
|
|
const double & |
zMax, |
|
|
TimeStepper * |
time_stepper_pt |
|
) |
| |
|
inline |
Constructor:
536 SimpleCubicMesh<ELEMENT>(nx, ny, nz, xMin, xMax, yMin, yMax, zMin, zMax, time_stepper_pt),
537 RefineableSimpleCubicMesh<ELEMENT>(nx, ny, nz, xMin, xMax, yMin, yMax, zMin, zMax, time_stepper_pt),
541 set_lagrangian_nodal_coordinates();
The documentation for this class was generated from the following file: