FEAT 3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
FEAT::Geometry::StandardRefinery< Mesh_ > Class Template Reference

Standard Refinery class template. More...

#include <factory.hpp>

Inheritance diagram for FEAT::Geometry::StandardRefinery< Mesh_ >:
FEAT::Geometry::Factory< Mesh_ >

Public Types

typedef Mesh_ MeshType
 mesh type More...
 

Public Member Functions

 StandardRefinery (const MeshType &coarse_mesh)
 Constructor. More...
 

Detailed Description

template<typename Mesh_>
class FEAT::Geometry::StandardRefinery< Mesh_ >

Standard Refinery class template.

See the specializations of this class template for the actual standard-refinery interfaces.

Template Parameters
Mesh_The type of the mesh that is to be refined by the refinery. This may be either a Mesh or a MeshPart instance.
Author
Peter Zajac

Definition at line 56 of file factory.hpp.

Member Typedef Documentation

◆ MeshType

template<typename Mesh_ >
typedef Mesh_ FEAT::Geometry::StandardRefinery< Mesh_ >::MeshType

mesh type

Definition at line 61 of file factory.hpp.

Constructor & Destructor Documentation

◆ StandardRefinery()

template<typename Mesh_ >
FEAT::Geometry::StandardRefinery< Mesh_ >::StandardRefinery ( const MeshType coarse_mesh)
explicit

Constructor.

Parameters
[in]coarse_meshA resident reference to the coarse mesh that is to be refined.

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