ESyS-Particle  2.3.4
BMesh2D_cmd.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 #ifndef __BMESH2D_CMD_H
14 #define __BMESH2D_CMD_H
15 
16 // -- project includes --
17 #include "Parallel/BroadCast_cmd.h"
18 #include "Model/BMesh2DIP.h"
19 #include "Model/BTriMeshIP.h"
20 
28 {
29  public:
31 
32  void appendMesh2DParam(const BMesh2DIP&);
35 };
36 #endif //__BMESH2D_CMD_H
BroadCast_cmd.h
MeshGapBuildPrms::getTypeString
virtual std::string getTypeString() const
Definition: BTriMeshIP.cpp:87
BroadcastCommand
base class for broadcast commands
Definition: BroadCast_cmd.h:25
MeshTagBuildPrms::getTypeString
virtual std::string getTypeString() const
Definition: BTriMeshIP.cpp:74
MeshTagBuildPrms::m_tag
int m_tag
Definition: BTriMeshIP.h:65
BondedMesh2DIGCommand
command for adding bonded interactions with 2d mesh
Definition: BMesh2D_cmd.h:28
MeshGapBuildPrms::m_maxGap
double m_maxGap
Definition: BTriMeshIP.h:78
BMesh2DIP::getMeshName
const std::string & getMeshName() const
Definition: BMesh2DIP.h:48
BondedMesh2DIGCommand::BondedMesh2DIGCommand
BondedMesh2DIGCommand(const MpiRankAndComm &)
Definition: BMesh2D_cmd.cpp:16
BondedMesh2DIGCommand::appendGapBuildPrms
void appendGapBuildPrms(const MeshGapBuildPrms &)
Definition: BMesh2D_cmd.cpp:28
MeshGapBuildPrms
Definition: BTriMeshIP.h:76
MeshTagBuildPrms::m_mask
int m_mask
Definition: BTriMeshIP.h:66
BMesh2DIP::getName
const std::string & getName() const
Definition: BMesh2DIP.h:58
MeshTagBuildPrms
Definition: BTriMeshIP.h:63
BMesh2DIP
Definition: BMesh2DIP.h:17
BroadcastCommand::append
void append(const TmplData &basicTypeData)
Definition: BroadCast_cmd.hpp:27
sublattice_cmd.h
BMesh2DIP::brk
double brk
Definition: BMesh2DIP.h:20
CMD_ADDBONDEDMESH2DIG
const int CMD_ADDBONDEDMESH2DIG
Definition: sublattice_cmd.h:63
BMesh2DIP.h
MpiRankAndComm
Definition: RankAndComm.h:20
BMesh2D_cmd.h
BTriMeshIP.h
BondedMesh2DIGCommand::appendTagBuildPrms
void appendTagBuildPrms(const MeshTagBuildPrms &)
Definition: BMesh2D_cmd.cpp:34
BMesh2DIP::k
double k
Definition: BMesh2DIP.h:19
BondedMesh2DIGCommand::appendMesh2DParam
void appendMesh2DParam(const BMesh2DIP &)
Definition: BMesh2D_cmd.cpp:20