Public Member Functions | Protected Member Functions | Private Attributes
Sundance::PeanoMesher3D Class Reference
Inheritance diagram for Sundance::PeanoMesher3D:
Sundance::MeshSourceBase Playa::Handleable< MeshSourceBase > Playa::Printable Sundance::Noncopyable Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 PeanoMesher3D (double position_x, double position_y, double position_z, double offset_x, double offset_y, double offset_z, double resolution, const MeshType &meshType, const MPIComm &comm=MPIComm::world())
 PeanoMesher3D (const ParameterList &params)
virtual ~PeanoMesher3D ()
virtual std::string description () const
virtual RCP< MeshSourceBasegetRcp ()

Protected Member Functions

virtual Mesh fillMesh () const

Private Attributes

double _position_x
double _position_y
double _position_z
double _offset_x
double _offset_y
double _offset_z
double _resolution

Detailed Description

Definition at line 60 of file SundancePeanoMesher3D.hpp.


Constructor & Destructor Documentation

Sundance::PeanoMesher3D::PeanoMesher3D ( double  position_x,
double  position_y,
double  position_z,
double  offset_x,
double  offset_y,
double  offset_z,
double  resolution,
const MeshType meshType,
const MPIComm comm = MPIComm::world() 
) [inline]

Set up meshing, for the Peano mesh position_x position_y position_z offset_x offset_y offset_z resolution,

Definition at line 73 of file SundancePeanoMesher3D.hpp.

PeanoMesher3D::PeanoMesher3D ( const ParameterList &  params)

Create a rectangle mesher from a ParameterList

Definition at line 57 of file SundancePeanoMesher3D.cpp.

virtual Sundance::PeanoMesher3D::~PeanoMesher3D ( ) [inline, virtual]

Definition at line 89 of file SundancePeanoMesher3D.hpp.


Member Function Documentation

virtual std::string Sundance::PeanoMesher3D::description ( ) const [inline, virtual]

Print a short descriptive std::string

Reimplemented from Sundance::MeshSourceBase.

Definition at line 92 of file SundancePeanoMesher3D.hpp.

References _offset_x, _offset_y, _offset_z, _position_x, _position_y, _position_z, _resolution, and Sundance::toString().

Mesh PeanoMesher3D::fillMesh ( ) const [protected, virtual]
virtual RCP<MeshSourceBase> Sundance::PeanoMesher3D::getRcp ( ) [inline, virtual]

Return a ref count pointer to self

Implements Playa::Handleable< MeshSourceBase >.

Definition at line 103 of file SundancePeanoMesher3D.hpp.


Member Data Documentation

The offset (length) of the grid in the X direction

Definition at line 120 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The offset (length) of the grid in the Y direction

Definition at line 122 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The offset (length) of the grid in the Z direction

Definition at line 124 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The X coordinate of the origin point (lower left)

Definition at line 114 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The Y coordinate of the origin point (lower left)

Definition at line 116 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The Z coordinate of the origin point (lower left)

Definition at line 118 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

The resolution in each dimension, since we do not want to have stretched elements

Definition at line 126 of file SundancePeanoMesher3D.hpp.

Referenced by description(), and fillMesh().

Site Contact