[SMApp] Element file sorting and foldering #12817
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Description
Just creating folders to tidy the element list. Now is clearer and faster to find elements.
Since this change affects the directories of the StructuralMechanics elements, please ensure that your related Apps compile in this PR (commit changes if necessary).
CLApp and ContactSMApp have been updated.
@KratosMultiphysics/geomechanics I did minor updates but in my pc I could not compile your App due to unrelated (IMO) reasons:
/home/alejandro/Kratos/applications/GeoMechanicsApplication/custom_constitutive/linear_elastic_plane_strain_2D_law.cpp:58:1: error: function ‘Kratos::GeoLinearElasticPlaneStrain2DLaw::GeoLinearElasticPlaneStrain2DLaw(Kratos::GeoLinearElasticPlaneStrain2DLaw&&)’ defaulted on its redeclaration with an exception-specification that differs from the implicit exception-specification ‘’ 58 | GeoLinearElasticPlaneStrain2DLaw::GeoLinearElasticPlaneStrain2DLaw(GeoLinearElasticPlaneStrain2DLaw&& rOther) noexcept = default; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/alejandro/Kratos/applications/GeoMechanicsApplication/custom_constitutive/linear_elastic_plane_strain_2D_law.cpp:59:35: error: function ‘Kratos::GeoLinearElasticPlaneStrain2DLaw& Kratos::GeoLinearElasticPlaneStrain2DLaw::operator=(Kratos::GeoLinearElasticPlaneStrain2DLaw&&)’ defaulted on its redeclaration with an exception-specification that differs from the implicit exception-specification ‘’ 59 | GeoLinearElasticPlaneStrain2DLaw& GeoLinearElasticPlaneStrain2DLaw::operator=(
@loumalouomega @philbucher @sunethwarna @rubenzorrilla @SergioJimenezReyes @ChengshunShang1996