Skip to content

Commit bc1a99c

Browse files
Update
1 parent 7335ee5 commit bc1a99c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/ContactStructuralMechanicsApplication/python_scripts/adaptive_remeshing/adaptative_remeshing_contact_structural_mechanics_analysis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# Import the base structural analysis
77
from KratosMultiphysics.StructuralMechanicsApplication.structural_mechanics_analysis import StructuralMechanicsAnalysis as BaseClass
88

9+
# NOTE: This analysis may fail because certain changes that are not part of the master branch are not here. This requires extra work in order to work.
10+
911
class AdaptativeRemeshingContactStructuralMechanicsAnalysis(BaseClass):
1012
"""
1113
This class is the main-script of the ContactStructuralMechanicsApplication when using adaptative remeshing put in a class

0 commit comments

Comments
 (0)