KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

[GeoMechanicsApplication] Change the base class of `SmallStrainUPwDiffOrderElement` to `UPwBaseElement` #12450

Closed markelov208 closed 2 weeks ago

markelov208 commented 3 weeks ago

Acceptance Criteria

The direct base class of SmallStrainUPwDiffOrderElement is no longer Element, but it has become UPwBaseElement.

Dependencies

This issue requires class UPwBaseElement to be a non-template class first.

Implementation Details

In order to achieve what has been described above, the following action points have to be carried out:

avdg81 commented 2 weeks ago

Closed by https://github.com/KratosMultiphysics/Kratos/pull/12457