32 #include "preprocessor/multi_block_topology/ModelComponentContainer.h" 34 #include "boost/lexical_cast.hpp" 60 retval=
new T(preprocessor);
63 retval->Name()=
"t"+boost::lexical_cast<std::string>(getTag());
64 (*this)[getTag()]= retval;
Finite element model generation tools.
Definition: Preprocessor.h:58
Model geometry manager.
Definition: MultiBlockTopology.h:68
Geometric transformations container.
Definition: MapTrfGeom.h:42
const Preprocessor * getPreprocessor(void) const
Return a pointer to preprocessor.
Definition: ModelComponentContainerBase.cc:54
Geometric transformation that can be applied to the components of a set.
Definition: TrfGeom.h:49
MapTrfGeom(MultiBlockTopology *mbt=nullptr)
Constructor.
Definition: MapTrfGeom.cc:45
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
TrfGeom * newTransformation(const std::string &type)
Defines a new transformation.
Definition: MapTrfGeom.cc:49
Container for model entities.
Definition: ModelComponentContainer.h:42
TrfGeom * busca(const Indice &)
Return a pointer to the geometry entity whose identifier is passed as parameter.
Definition: ModelComponentContainer.h:69