Skip to content
Snippets Groups Projects
Commit 9e5f76aa authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Add an adaptative time step for non linear static solver

Fix warning SWIG
Fix contact mpi bug
parent 3b2154ad
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,13 @@ class groupOfElements {
}
}
}
inline void clearAll()
{
_vertices.clear();
_elements.clear();
_parents.clear();
}
};
// child elements in pElem restricted to elements who have parent in sElem
......
......@@ -25,7 +25,7 @@ class QuadratureBase
};
// For rigid contact no need of Gauss'integration
// but to use classcal get function in term npts and IntPt are needed
// but to use clasical get function in term npts and IntPt are needed
// so use a empty gaussQuadrature rule
class QuadratureVoid : public QuadratureBase
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment