OGS
MeshToolsLib::ElementValueModification Member List

This is the complete list of members for MeshToolsLib::ElementValueModification, including all inherited members.

condense(MeshLib::Mesh &mesh)MeshToolsLib::ElementValueModificationstatic
getSortedPropertyValues(MeshLib::PropertyVector< T > const &property_vector)MeshToolsLib::ElementValueModificationinlineprivatestatic
replace(MeshLib::Mesh &mesh, int const old_value, int const new_value, bool replace_if_exists=false)MeshToolsLib::ElementValueModificationstatic
replace(MeshLib::Mesh &mesh, std::string const &property_name, int const old_value, int const new_value, bool replace_if_exists=false)MeshToolsLib::ElementValueModificationstatic
setByElementType(MeshLib::Mesh &mesh, MeshLib::MeshElemType ele_type, int const new_value)MeshToolsLib::ElementValueModificationstatic