|
|
| | CartesianMeshGeneratorModeler (ModelPart &rSourceModelPart, double ElementSize) |
| | constructor. More...
|
| |
| virtual | ~CartesianMeshGeneratorModeler () |
| | Destructor. More...
|
| |
|
| void | GenerateMesh (ModelPart &rThisModelPart, Element const &rReferenceElement) |
| |
| void | CalculateNormals () |
| |
| unsigned int | FindNearestNodeIndex (PointType &rThisPoint, array_1d< double, 3 > &rNormal) |
| |
| void | CalculateIsInside (ModelPart &rThisModelPart) |
| |
| void | CalculateBoundaryIntersections (ModelPart &rThisModelPart) |
| |
| void | CalculateBoundingBox (ModelPart &rThisModelPart, Point &rMinPoint, Point &rMaxPoint) |
| |
| void | CalculateDivisionNumbers () |
| |
| virtual void | GenerateNodes (ModelPart &ThisModelPart) |
| |
| unsigned int | ElementIndex (unsigned int i, unsigned int j, unsigned int k) |
| |
| unsigned int | NodeIndex (unsigned int i, unsigned int j, unsigned int k) |
| |
|
| virtual std::string | Info () const |
| | Turn back information as a string. More...
|
| |
| virtual void | PrintInfo (std::ostream &rOStream) const |
| | Print information about this object. More...
|
| |
| virtual void | PrintData (std::ostream &rOStream) const |
| | Print object's data. More...
|
| |
| | Modeler (Parameters ModelerParameters=Parameters()) |
| | Default constructor. More...
|
| |
| | Modeler (Model &rModel, Parameters ModelerParameters=Parameters()) |
| | Constructor with Model. More...
|
| |
| virtual | ~Modeler ()=default |
| | Destructor. More...
|
| |
| virtual Modeler::Pointer | Create (Model &rModel, const Parameters ModelParameters) const |
| | Creates the Modeler Pointer. More...
|
| |
| virtual void | SetupGeometryModel () |
| | Import or generate geometry models from external input. More...
|
| |
| virtual void | PrepareGeometryModel () |
| | Prepare or update the geometry model_part. More...
|
| |
| virtual void | SetupModelPart () |
| | Convert the geometry model or import analysis suitable models. More...
|
| |
| virtual const Parameters | GetDefaultParameters () const |
| | This method provides the defaults parameters to avoid conflicts between the different constructors. More...
|
| |
| virtual void | GenerateModelPart (ModelPart &rOriginModelPart, ModelPart &rDestinationModelPart, Element const &rReferenceElement, Condition const &rReferenceBoundaryCondition) |
| |
| virtual void | GenerateMesh (ModelPart &ThisModelPart, Element const &rReferenceElement, Condition const &rReferenceBoundaryCondition) |
| |
| | KRATOS_CLASS_POINTER_DEFINITION (Modeler) |
| | Pointer definition of Modeler. More...
|
| |