|
FEAT 3
Finite Element Analysis Toolbox
|
Standard Refinery class template. More...
#include <factory.hpp>
Public Types | |
| typedef Mesh_ | MeshType |
| mesh type More... | |
Public Member Functions | |
| StandardRefinery (const MeshType &coarse_mesh) | |
| Constructor. More... | |
Standard Refinery class template.
See the specializations of this class template for the actual standard-refinery interfaces.
| Mesh_ | The type of the mesh that is to be refined by the refinery. This may be either a Mesh or a MeshPart instance. |
Definition at line 56 of file factory.hpp.
| typedef Mesh_ FEAT::Geometry::StandardRefinery< Mesh_ >::MeshType |
mesh type
Definition at line 61 of file factory.hpp.
|
explicit |
Constructor.
| [in] | coarse_mesh | A resident reference to the coarse mesh that is to be refined. |