Richard Faasse
Richard Faasse
Moving this to the backlog to not lose sight of it, but moving it out of this sprint. FYI @indigocoral
@indigocoral Moved the AC of the other issue (#11576) here. We might need a bit of discussion on the exact details of the acceptance criteria, but I think we can...
> Here it is the example I was referring to in my previous comment [reexamolenofproblemtypeapplication_cimne.zip](https://github.com/KratosMultiphysics/Kratos/files/15217203/reexamolenofproblemtypeapplication_cimne.zip). > > I note that the checkpointing and restart mechanism, which was working the last...
Small investigation to refine this will be taken up by @WPK4FEM @rfaasse
Refinement investigation start (work in progress) Functions the [GeoLinearElasticPlaneStrain2DLaw ](https://github.com/KratosMultiphysics/Kratos/blob/master/applications/GeoMechanicsApplication/custom_constitutive/linear_elastic_plane_strain_2D_law.h) overrides: ``` public: ConstitutiveLaw::Pointer Clone() const override; bool RequiresInitializeMaterialResponse() override; void InitializeMaterialResponseCauchy(ConstitutiveLaw::Parameters& rValues) override; bool RequiresFinalizeMaterialResponse() override; void FinalizeMaterialResponseCauchy(ConstitutiveLaw::Parameters& rValues)...
To be split by @rfaasse
> @rfaasse @avdg81 Could you check that the last commit did not break your CI? I have changed the way tests are compiled to applications by default inherit the main...
@markelov208 @WPK4FEM @avdg81 I added some details to this issue, feel free to add to/correct it.
To be split up by @avdg81
For this issue to be implemented satisfactory, we need to reduce the duplication of CalculateAll, or ideally remove it altogether first.