KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Kratos::ModelPart Member List

This is the complete list of members for Kratos::ModelPart, including all inherited members.

AddCondition(ConditionType::Pointer pNewCondition, IndexType ThisIndex=0)Kratos::ModelPart
AddConditions(std::vector< IndexType > const &ConditionIds, IndexType ThisIndex=0)Kratos::ModelPart
AddConditions(TIteratorType conditions_begin, TIteratorType conditions_end, IndexType ThisIndex=0)Kratos::ModelPartinline
AddElement(ElementType::Pointer pNewElement, IndexType ThisIndex=0)Kratos::ModelPart
AddElements(std::vector< IndexType > const &ElementIds, IndexType ThisIndex=0)Kratos::ModelPart
AddElements(TIteratorType elements_begin, TIteratorType elements_end, IndexType ThisIndex=0)Kratos::ModelPartinline
AddGeometries(std::vector< IndexType > const &GeometriesIds)Kratos::ModelPart
AddGeometries(TIteratorType GeometryBegin, TIteratorType GeometriesEnd, IndexType ThisIndex=0)Kratos::ModelPartinline
AddGeometry(typename GeometryType::Pointer pNewGeometry)Kratos::ModelPart
AddMasterSlaveConstraint(MasterSlaveConstraintType::Pointer pNewMasterSlaveConstraint, IndexType ThisIndex=0)Kratos::ModelPart
AddMasterSlaveConstraints(std::vector< IndexType > const &MasterSlaveConstraintIds, IndexType ThisIndex=0)Kratos::ModelPart
AddMasterSlaveConstraints(TIteratorType constraints_begin, TIteratorType constraints_end, IndexType ThisIndex=0)Kratos::ModelPartinline
AddNodalSolutionStepVariable(VariableData const &ThisVariable)Kratos::ModelPartinline
AddNode(NodeType::Pointer pNewNode, IndexType ThisIndex=0)Kratos::ModelPart
AddNodes(std::vector< IndexType > const &NodeIds, IndexType ThisIndex=0)Kratos::ModelPart
AddNodes(TIteratorType nodes_begin, TIteratorType nodes_end, IndexType ThisIndex=0)Kratos::ModelPartinline
AddProperties(PropertiesType::Pointer pNewProperties, IndexType ThisIndex=0)Kratos::ModelPart
AddTable(IndexType TableId, TableType::Pointer pNewTable)Kratos::ModelPart
AllDefined()Kratos::Flagsinlinestatic
AllTrue()Kratos::Flagsinlinestatic
AsFalse() constKratos::Flagsinline
AssignFlags(Flags const &rOther)Kratos::Flagsinline
AssignNode(NodeType::Pointer pThisNode, IndexType ThisIndex=0)Kratos::ModelPart
begin()Kratos::DataValueContainerinline
begin() constKratos::DataValueContainerinline
BlockType typedefKratos::Flags
Check() constKratos::ModelPartvirtual
Clear()Kratos::ModelPart
ClearPosition(IndexType Position)Kratos::Flagsinline
CloneSolutionStep()Kratos::ModelPart
CloneTimeStep()Kratos::ModelPart
CloneTimeStep(double NewTime)Kratos::ModelPart
ConditionConstantIterator typedefKratos::ModelPart
ConditionIterator typedefKratos::ModelPart
Conditions(IndexType ThisIndex=0)Kratos::ModelPartinline
Conditions(IndexType ThisIndex=0) constKratos::ModelPartinline
ConditionsArray(IndexType ThisIndex=0)Kratos::ModelPartinline
ConditionsBegin(IndexType ThisIndex=0)Kratos::ModelPartinline
ConditionsBegin(IndexType ThisIndex=0) constKratos::ModelPartinline
ConditionsContainerType typedefKratos::ModelPart
ConditionsEnd(IndexType ThisIndex=0)Kratos::ModelPartinline
ConditionsEnd(IndexType ThisIndex=0) constKratos::ModelPartinline
ConditionType typedefKratos::ModelPart
const_iterator typedefKratos::DataValueContainer
ContainerType typedefKratos::DataValueContainer
Create(IndexType ThisPosition, bool Value=true)Kratos::Flagsinlinestatic
CreateNewCondition(std::string ConditionName, IndexType Id, std::vector< IndexType > ConditionNodeIds, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewCondition(std::string ConditionName, IndexType Id, Geometry< Node >::PointsArrayType pConditionNodes, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewCondition(std::string ConditionName, IndexType Id, typename GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewElement(std::string ElementName, IndexType Id, std::vector< IndexType > ElementNodeIds, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewElement(std::string ElementName, IndexType Id, Geometry< Node >::PointsArrayType pElementNodes, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewElement(std::string ElementName, IndexType Id, typename GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const std::vector< IndexType > &rGeometryNodeIds)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, GeometryType::PointsArrayType pGeometryNodes)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, GeometryType::Pointer pGeometry)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const IndexType GeometryId, const std::vector< IndexType > &rGeometryNodeIds)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const IndexType GeometryId, GeometryType::PointsArrayType pGeometryNodes)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const IndexType GeometryId, GeometryType::Pointer pGeometry)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const std::string &rGeometryIdentifierName, const std::vector< IndexType > &rGeometryNodeIds)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const std::string &rGeometryIdentifierName, GeometryType::PointsArrayType pGeometryNodes)Kratos::ModelPart
CreateNewGeometry(const std::string &rGeometryTypeName, const std::string &rGeometryIdentifierName, GeometryType::Pointer pGeometry)Kratos::ModelPart
CreateNewMasterSlaveConstraint(const std::string &ConstraintName, IndexType Id, DofsVectorType &rMasterDofsVector, DofsVectorType &rSlaveDofsVector, const MatrixType &RelationMatrix, const VectorType &ConstantVector, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewMasterSlaveConstraint(const std::string &ConstraintName, IndexType Id, NodeType &rMasterNode, const DoubleVariableType &rMasterVariable, NodeType &rSlaveNode, const DoubleVariableType &rSlaveVariable, const double Weight, const double Constant, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewNode(int Id, double x, double y, double z, VariablesList::Pointer pNewVariablesList, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewNode(IndexType Id, double x, double y, double z, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewNode(IndexType Id, double x, double y, double z, double *pThisData, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewNode(IndexType NodeId, NodeType const &rSourceNode, IndexType ThisIndex=0)Kratos::ModelPart
CreateNewProperties(IndexType PropertiesId, IndexType MeshIndex=0)Kratos::ModelPart
CreateSolutionStep()Kratos::ModelPart
CreateSubModelPart(std::string const &NewSubModelPartName)Kratos::ModelPart
CreateTimeStep(double NewTime)Kratos::ModelPart
DataValueContainer()Kratos::DataValueContainerinline
DataValueContainer(DataValueContainer const &rOther)Kratos::DataValueContainerinline
DofsArrayType typedefKratos::ModelPart
DofsVectorType typedefKratos::ModelPart
DofType typedefKratos::ModelPart
DoubleVariableType typedefKratos::ModelPart
ElementConstantIterator typedefKratos::ModelPart
ElementIterator typedefKratos::ModelPart
Elements(IndexType ThisIndex=0)Kratos::ModelPartinline
Elements(IndexType ThisIndex=0) constKratos::ModelPartinline
ElementsArray(IndexType ThisIndex=0)Kratos::ModelPartinline
ElementsBegin(IndexType ThisIndex=0)Kratos::ModelPartinline
ElementsBegin(IndexType ThisIndex=0) constKratos::ModelPartinline
ElementsContainerType typedefKratos::ModelPart
ElementsEnd(IndexType ThisIndex=0)Kratos::ModelPartinline
ElementsEnd(IndexType ThisIndex=0) constKratos::ModelPartinline
ElementType typedefKratos::ModelPart
end()Kratos::DataValueContainerinline
end() constKratos::DataValueContainerinline
Erase(const Variable< TDataType > &rThisVariable)Kratos::DataValueContainerinline
Flag0 enum valueKratos::Flags
Flag1 enum valueKratos::Flags
Flag10 enum valueKratos::Flags
Flag11 enum valueKratos::Flags
Flag12 enum valueKratos::Flags
Flag13 enum valueKratos::Flags
Flag14 enum valueKratos::Flags
Flag15 enum valueKratos::Flags
Flag16 enum valueKratos::Flags
Flag17 enum valueKratos::Flags
Flag18 enum valueKratos::Flags
Flag19 enum valueKratos::Flags
Flag2 enum valueKratos::Flags
Flag20 enum valueKratos::Flags
Flag21 enum valueKratos::Flags
Flag22 enum valueKratos::Flags
Flag23 enum valueKratos::Flags
Flag24 enum valueKratos::Flags
Flag25 enum valueKratos::Flags
Flag26 enum valueKratos::Flags
Flag27 enum valueKratos::Flags
Flag28 enum valueKratos::Flags
Flag29 enum valueKratos::Flags
Flag3 enum valueKratos::Flags
Flag30 enum valueKratos::Flags
Flag4 enum valueKratos::Flags
Flag5 enum valueKratos::Flags
Flag6 enum valueKratos::Flags
Flag7 enum valueKratos::Flags
Flag8 enum valueKratos::Flags
Flag9 enum valueKratos::Flags
Flags()Kratos::Flagsinline
Flags(Flags const &rOther)Kratos::Flagsinline
FlagsList enum nameKratos::Flags
FlagType typedefKratos::Flags
Flip(const Flags ThisFlag)Kratos::Flagsinline
FlipPosition(IndexType Position)Kratos::Flagsinline
FullName() constKratos::ModelPartinline
Geometries()Kratos::ModelPartinline
Geometries() constKratos::ModelPartinline
GeometriesBegin()Kratos::ModelPartinline
GeometriesBegin() constKratos::ModelPartinline
GeometriesEnd()Kratos::ModelPartinline
GeometriesEnd() constKratos::ModelPartinline
GeometriesMapType typedefKratos::ModelPart
GeometryConstantIterator typedefKratos::ModelPart
GeometryContainerType typedefKratos::ModelPart
GeometryIterator typedefKratos::ModelPart
GeometryType typedefKratos::ModelPart
GetBufferSize() constKratos::ModelPartinline
GetCommunicator()Kratos::ModelPartinline
GetCommunicator() constKratos::ModelPartinline
GetCondition(IndexType ConditionId, IndexType ThisIndex=0)Kratos::ModelPartinline
GetCondition(IndexType ConditionId, IndexType ThisIndex=0) constKratos::ModelPartinline
GetElement(IndexType ElementId, IndexType ThisIndex=0)Kratos::ModelPartinline
GetElement(IndexType ElementId, IndexType ThisIndex=0) constKratos::ModelPartinline
GetGeometry(IndexType GeometryId)Kratos::ModelPartinline
GetGeometry(IndexType GeometryId) constKratos::ModelPartinline
GetGeometry(std::string GeometryName)Kratos::ModelPartinline
GetGeometry(std::string GeometryName) constKratos::ModelPartinline
GetMasterSlaveConstraint(IndexType MasterSlaveConstraintId, IndexType ThisIndex=0)Kratos::ModelPart
GetMasterSlaveConstraint(IndexType MasterSlaveConstraintId, IndexType ThisIndex=0) constKratos::ModelPart
GetMesh(IndexType ThisIndex=0)Kratos::ModelPartinline
GetMesh(IndexType ThisIndex=0) constKratos::ModelPartinline
GetMeshes()Kratos::ModelPartinline
GetMeshes() constKratos::ModelPartinline
GetModel()Kratos::ModelPartinline
GetModel() constKratos::ModelPartinline
GetNodalSolutionStepDataSize()Kratos::ModelPartinline
GetNodalSolutionStepTotalDataSize()Kratos::ModelPartinline
GetNodalSolutionStepVariablesList()Kratos::ModelPartinline
GetNodalSolutionStepVariablesList() constKratos::ModelPartinline
GetNode(IndexType NodeId, IndexType ThisIndex=0)Kratos::ModelPartinline
GetNode(IndexType NodeId, IndexType ThisIndex=0) constKratos::ModelPartinline
GetParentModelPart()Kratos::ModelPart
GetParentModelPart() constKratos::ModelPart
GetPosition(IndexType Position) constKratos::Flagsinline
GetProcessInfo()Kratos::ModelPartinline
GetProcessInfo() constKratos::ModelPartinline
GetProperties(IndexType PropertiesId, IndexType MeshIndex=0)Kratos::ModelPart
GetProperties(IndexType PropertiesId, IndexType MeshIndex=0) constKratos::ModelPart
GetProperties(const std::string &rAddress, IndexType MeshIndex=0)Kratos::ModelPart
GetProperties(const std::string &rAddress, IndexType MeshIndex=0) constKratos::ModelPart
GetRootModelPart()Kratos::ModelPart
GetRootModelPart() constKratos::ModelPart
GetSubModelPart(std::string const &SubModelPartName)Kratos::ModelPart
GetSubModelPart(std::string const &SubModelPartName) constKratos::ModelPart
GetSubModelPartNames() constKratos::ModelPart
GetTable(IndexType TableId)Kratos::ModelPartinline
GetValue(const Variable< TDataType > &rThisVariable)Kratos::DataValueContainerinline
GetValue(const Variable< TDataType > &rThisVariable) constKratos::DataValueContainerinline
Has(const Variable< TDataType > &rThisVariable) constKratos::DataValueContainerinline
HasCondition(IndexType ConditionId, IndexType ThisIndex=0) constKratos::ModelPartinline
HasElement(IndexType ElementId, IndexType ThisIndex=0) constKratos::ModelPartinline
HasGeometry(IndexType GeometryId) constKratos::ModelPartinline
HasGeometry(std::string GeometryName) constKratos::ModelPartinline
HasMasterSlaveConstraint(const IndexType MasterSlaveConstraintId, IndexType ThisIndex=0) constKratos::ModelPartinline
HasNodalSolutionStepVariable(VariableData const &ThisVariable) constKratos::ModelPartinline
HasNode(IndexType NodeId, IndexType ThisIndex=0) constKratos::ModelPartinline
HasProperties(IndexType PropertiesId, IndexType MeshIndex=0) constKratos::ModelPart
HasProperties(const std::string &rAddress, IndexType MeshIndex=0) constKratos::ModelPart
HasSubModelPart(std::string const &ThisSubModelPartName) constKratos::ModelPart
IndexType typedefKratos::ModelPart
Info() const overrideKratos::ModelPartvirtual
Is(Flags const &rOther) constKratos::Flagsinline
IsDefined(Flags const &rOther) constKratos::Flagsinline
IsDistributed() constKratos::ModelPartinline
IsEmpty() constKratos::DataValueContainerinline
IsNot(Flags const &rOther) constKratos::Flagsinline
IsNotDefined(Flags const &rOther) constKratos::Flagsinline
IsSubModelPart() constKratos::ModelPartinline
iterator typedefKratos::DataValueContainer
Kratos_All enum valueKratos::ModelPart
Kratos::KRATOS_CLASS_POINTER_DEFINITION(DataValueContainer)Kratos::DataValueContainer
Kratos::Flags::KRATOS_CLASS_POINTER_DEFINITION(Flags)Kratos::Flags
KRATOS_DEFINE_LOCAL_FLAG(ALL_ENTITIES)Kratos::ModelPart
KRATOS_DEFINE_LOCAL_FLAG(OVERWRITE_ENTITIES)Kratos::ModelPart
Kratos::DataValueContainer::KRATOS_DEFINE_LOCAL_FLAG(OVERWRITE_OLD_VALUES)Kratos::DataValueContainer
Kratos_Ghost enum valueKratos::ModelPart
Kratos_Local enum valueKratos::ModelPart
Kratos_Ownership_Size enum valueKratos::ModelPart
MasterSlaveConstraintConstantIteratorType typedefKratos::ModelPart
MasterSlaveConstraintContainerType typedefKratos::ModelPart
MasterSlaveConstraintIteratorType typedefKratos::ModelPart
MasterSlaveConstraints(IndexType ThisIndex=0)Kratos::ModelPartinline
MasterSlaveConstraints(IndexType ThisIndex=0) constKratos::ModelPartinline
MasterSlaveConstraintsBegin(IndexType ThisIndex=0) constKratos::ModelPartinline
MasterSlaveConstraintsBegin(IndexType ThisIndex=0)Kratos::ModelPartinline
MasterSlaveConstraintsEnd(IndexType ThisIndex=0) constKratos::ModelPartinline
MasterSlaveConstraintsEnd(IndexType ThisIndex=0)Kratos::ModelPartinline
MasterSlaveConstraintType typedefKratos::ModelPart
MatrixType typedefKratos::ModelPart
Merge(const DataValueContainer &rOther, const Flags Options)Kratos::DataValueContainer
MeshesContainerType typedefKratos::ModelPart
MeshType typedefKratos::ModelPart
Model classKratos::ModelPartfriend
Name()Kratos::ModelPartinline
Name() constKratos::ModelPartinline
NodeConstantIterator typedefKratos::ModelPart
NodeIterator typedefKratos::ModelPart
Nodes(IndexType ThisIndex=0)Kratos::ModelPartinline
Nodes(IndexType ThisIndex=0) constKratos::ModelPartinline
NodesArray(IndexType ThisIndex=0)Kratos::ModelPartinline
NodesBegin(IndexType ThisIndex=0)Kratos::ModelPartinline
NodesBegin(IndexType ThisIndex=0) constKratos::ModelPartinline
NodesContainerType typedefKratos::ModelPart
NodesEnd(IndexType ThisIndex=0)Kratos::ModelPartinline
NodesEnd(IndexType ThisIndex=0) constKratos::ModelPartinline
NodeType typedefKratos::ModelPart
NumberOfConditions(IndexType ThisIndex=0) constKratos::ModelPartinline
NumberOfElements(IndexType ThisIndex=0) constKratos::ModelPartinline
NumberOfGeometries() constKratos::ModelPartinline
NumberOfMasterSlaveConstraints(IndexType ThisIndex=0) constKratos::ModelPartinline
NumberOfMeshes()Kratos::ModelPartinline
NumberOfNodes(IndexType ThisIndex=0) constKratos::ModelPartinline
NumberOfProperties(IndexType ThisIndex=0) constKratos::ModelPart
NumberOfSubModelParts() constKratos::ModelPartinline
NumberOfTables() constKratos::ModelPartinline
operator bool() constKratos::Flagsinline
operator!() constKratos::Flagsinline
operator&=(const Flags &Other)Kratos::Flags
operator()(const VariableData &rThisVariable) constKratos::DataValueContainerinline
operator()(const Variable< TDataType > &rThisVariable)Kratos::DataValueContainerinline
operator()(const Variable< TDataType > &rThisVariable) constKratos::DataValueContainerinline
operator=(ModelPart const &rOther)=deleteKratos::ModelPart
Kratos::DataValueContainer::operator=(const DataValueContainer &rOther)Kratos::DataValueContainerinline
Kratos::Flags::operator=(Flags const &rOther)Kratos::Flagsinline
operator[](const VariableData &rThisVariable)Kratos::DataValueContainerinline
operator[](const VariableData &rThisVariable) constKratos::DataValueContainerinline
operator[](const Variable< TDataType > &rThisVariable)Kratos::DataValueContainerinline
operator[](const Variable< TDataType > &rThisVariable) constKratos::DataValueContainerinline
operator|=(const Flags &Other)Kratos::Flags
operator~() constKratos::Flagsinline
OverwriteSolutionStepData(IndexType SourceSolutionStepIndex, IndexType DestinationSourceSolutionStepIndex)Kratos::ModelPart
OwnershipType enum nameKratos::ModelPart
pConditions(IndexType ThisIndex=0)Kratos::ModelPartinline
pElements(IndexType ThisIndex=0)Kratos::ModelPartinline
pGetCommunicator()Kratos::ModelPartinline
pGetCondition(IndexType ConditionId, IndexType ThisIndex=0)Kratos::ModelPartinline
pGetCondition(const IndexType ConditionId, const IndexType ThisIndex=0) constKratos::ModelPartinline
pGetElement(IndexType ElementId, IndexType ThisIndex=0)Kratos::ModelPartinline
pGetElement(const IndexType ElementId, const IndexType ThisIndex=0) constKratos::ModelPartinline
pGetGeometry(IndexType GeometryId)Kratos::ModelPartinline
pGetGeometry(IndexType GeometryId) constKratos::ModelPartinline
pGetGeometry(std::string GeometryName)Kratos::ModelPartinline
pGetGeometry(std::string GeometryName) constKratos::ModelPartinline
pGetMasterSlaveConstraint(IndexType ConstraintId, IndexType ThisIndex=0)Kratos::ModelPart
pGetMesh(IndexType ThisIndex=0)Kratos::ModelPartinline
pGetMesh(IndexType ThisIndex=0) constKratos::ModelPartinline
pGetNodalSolutionStepVariablesList() constKratos::ModelPartinline
pGetNode(IndexType NodeId, IndexType ThisIndex=0)Kratos::ModelPartinline
pGetNode(const IndexType NodeId, const IndexType ThisIndex=0) constKratos::ModelPartinline
pGetProcessInfo()Kratos::ModelPartinline
pGetProcessInfo() constKratos::ModelPartinline
pGetProperties(IndexType PropertiesId, IndexType MeshIndex=0)Kratos::ModelPart
pGetProperties(IndexType PropertiesId, IndexType MeshIndex=0) constKratos::ModelPart
pGetProperties(const std::string &rAddress, IndexType MeshIndex=0)Kratos::ModelPart
pGetProperties(const std::string &rAddress, IndexType MeshIndex=0) constKratos::ModelPart
pGetSubModelPart(std::string const &SubModelPartName)Kratos::ModelPart
pGetTable(IndexType TableId)Kratos::ModelPartinline
pNodes(IndexType ThisIndex=0)Kratos::ModelPartinline
pProperties(IndexType ThisIndex=0)Kratos::ModelPartinline
PrintData(std::ostream &rOStream) const overrideKratos::ModelPartvirtual
PrintData(std::ostream &rOStream, std::string const &PrefixString) constKratos::ModelPartvirtual
PrintInfo(std::ostream &rOStream) const overrideKratos::ModelPartvirtual
PrintInfo(std::ostream &rOStream, std::string const &PrefixString) constKratos::ModelPartvirtual
PropertiesArray(IndexType ThisIndex=0)Kratos::ModelPartinline
PropertiesBegin(IndexType ThisIndex=0)Kratos::ModelPartinline
PropertiesBegin(IndexType ThisIndex=0) constKratos::ModelPartinline
PropertiesConstantIterator typedefKratos::ModelPart
PropertiesContainerType typedefKratos::ModelPart
PropertiesEnd(IndexType ThisIndex=0)Kratos::ModelPartinline
PropertiesEnd(IndexType ThisIndex=0) constKratos::ModelPartinline
PropertiesIterator typedefKratos::ModelPart
PropertiesType typedefKratos::ModelPart
RecursivelyHasProperties(IndexType PropertiesId, IndexType MeshIndex=0) constKratos::ModelPart
ReduceTimeStep(ModelPart &rModelPart, double NewTime)Kratos::ModelPart
RemoveCondition(IndexType ConditionId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveCondition(ConditionType &ThisCondition, IndexType ThisIndex=0)Kratos::ModelPart
RemoveCondition(ConditionType::Pointer pThisCondition, IndexType ThisIndex=0)Kratos::ModelPart
RemoveConditionFromAllLevels(IndexType ConditionId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveConditionFromAllLevels(ConditionType &ThisCondition, IndexType ThisIndex=0)Kratos::ModelPart
RemoveConditionFromAllLevels(ConditionType::Pointer pThisCondition, IndexType ThisIndex=0)Kratos::ModelPart
RemoveConditions(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveConditionsFromAllLevels(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveElement(IndexType ElementId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElement(ElementType &ThisElement, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElement(ElementType::Pointer pThisElement, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElementFromAllLevels(IndexType ElementId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElementFromAllLevels(ElementType &ThisElement, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElementFromAllLevels(ElementType::Pointer pThisElement, IndexType ThisIndex=0)Kratos::ModelPart
RemoveElements(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveElementsFromAllLevels(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveGeometry(IndexType GeometryId)Kratos::ModelPart
RemoveGeometry(std::string GeometryName)Kratos::ModelPart
RemoveGeometryFromAllLevels(IndexType GeometryId)Kratos::ModelPart
RemoveGeometryFromAllLevels(std::string GeometryName)Kratos::ModelPart
RemoveMasterSlaveConstraint(IndexType MasterSlaveConstraintId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveMasterSlaveConstraint(MasterSlaveConstraintType &ThisMasterSlaveConstraint, IndexType ThisIndex=0)Kratos::ModelPart
RemoveMasterSlaveConstraintFromAllLevels(IndexType MasterSlaveConstraintId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveMasterSlaveConstraintFromAllLevels(MasterSlaveConstraintType &ThisMasterSlaveConstraint, IndexType ThisIndex=0)Kratos::ModelPart
RemoveMasterSlaveConstraints(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveMasterSlaveConstraintsFromAllLevels(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveNode(IndexType NodeId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNode(NodeType &ThisNode, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNode(NodeType::Pointer pThisNode, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNodeFromAllLevels(IndexType NodeId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNodeFromAllLevels(NodeType &ThisNode, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNodeFromAllLevels(NodeType::Pointer pThisNode, IndexType ThisIndex=0)Kratos::ModelPart
RemoveNodes(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveNodesFromAllLevels(Flags IdentifierFlag=TO_ERASE)Kratos::ModelPart
RemoveProperties(IndexType PropertiesId, IndexType ThisIndex=0)Kratos::ModelPart
RemoveProperties(PropertiesType &ThisProperties, IndexType ThisIndex=0)Kratos::ModelPart
RemoveProperties(PropertiesType::Pointer pThisProperties, IndexType ThisIndex=0)Kratos::ModelPart
RemovePropertiesFromAllLevels(IndexType PropertiesId, IndexType ThisIndex=0)Kratos::ModelPart
RemovePropertiesFromAllLevels(PropertiesType &ThisProperties, IndexType ThisIndex=0)Kratos::ModelPart
RemovePropertiesFromAllLevels(PropertiesType::Pointer pThisProperties, IndexType ThisIndex=0)Kratos::ModelPart
RemoveSubModelPart(std::string const &ThisSubModelPartName)Kratos::ModelPart
RemoveSubModelPart(ModelPart &ThisSubModelPart)Kratos::ModelPart
RemoveTable(IndexType TableId)Kratos::ModelPart
RemoveTableFromAllLevels(IndexType TableId)Kratos::ModelPart
Reset()Kratos::ModelPart
Kratos::Flags::Reset(const Flags ThisFlag)Kratos::Flagsinline
rProperties(IndexType ThisIndex=0)Kratos::ModelPartinline
Serializer classKratos::ModelPartfriend
Set(const Flags ThisFlag)Kratos::Flags
Set(const Flags ThisFlag, bool Value)Kratos::Flags
SetBufferSize(IndexType NewBufferSize)Kratos::ModelPart
SetCommunicator(Communicator::Pointer pNewCommunicator)Kratos::ModelPartinline
SetConditions(ConditionsContainerType::Pointer pOtherConditions, IndexType ThisIndex=0)Kratos::ModelPartinline
SetElements(ElementsContainerType::Pointer pOtherElements, IndexType ThisIndex=0)Kratos::ModelPartinline
SetNodalSolutionStepVariablesList()Kratos::ModelPart
SetNodalSolutionStepVariablesList(VariablesList::Pointer pNewVariablesList)Kratos::ModelPartinline
SetNodes(NodesContainerType::Pointer pOtherNodes, IndexType ThisIndex=0)Kratos::ModelPartinline
SetPosition(IndexType Position, bool Value=true)Kratos::Flagsinline
SetProcessInfo(ProcessInfo::Pointer pNewProcessInfo)Kratos::ModelPartinline
SetProcessInfo(ProcessInfo &NewProcessInfo)Kratos::ModelPartinline
SetProperties(PropertiesContainerType::Pointer pOtherProperties, IndexType ThisIndex=0)Kratos::ModelPartinline
SetValue(const Variable< TDataType > &rThisVariable, TDataType const &rValue)Kratos::DataValueContainerinline
Size()Kratos::DataValueContainerinline
SizeType typedefKratos::ModelPart
SubModelPartConstantIterator typedefKratos::ModelPart
SubModelPartIterator typedefKratos::ModelPart
SubModelParts()Kratos::ModelPartinline
SubModelParts() constKratos::ModelPartinline
SubModelPartsBegin()Kratos::ModelPartinline
SubModelPartsBegin() constKratos::ModelPartinline
SubModelPartsContainerType typedefKratos::ModelPart
SubModelPartsEnd()Kratos::ModelPartinline
SubModelPartsEnd() constKratos::ModelPartinline
TableConstantIterator typedefKratos::ModelPart
TableIterator typedefKratos::ModelPart
Tables()Kratos::ModelPartinline
TablesArray()Kratos::ModelPartinline
TablesBegin()Kratos::ModelPartinline
TablesBegin() constKratos::ModelPartinline
TablesContainerType typedefKratos::ModelPart
TablesEnd()Kratos::ModelPartinline
TablesEnd() constKratos::ModelPartinline
TableType typedefKratos::ModelPart
ValueType typedefKratos::DataValueContainer
VectorType typedefKratos::ModelPart
~DataValueContainer()Kratos::DataValueContainerinlinevirtual
~Flags()Kratos::Flagsinlinevirtual
~ModelPart() overrideKratos::ModelPart