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] Remove duplicated member functions of `SmallStrainUPwDiffOrderElement` #12466

Closed markelov208 closed 1 week ago

markelov208 commented 2 weeks ago

Acceptance Criteria

Member functions that duplicate the functionality as implemented by its new base class (i.e. UPwBaseElement) have been removed.

Implementation Details

The following member functions have been deemed to be duplicates of the base class's ones (i.e. they are identical to the ones of class UPwBaseElement):

If one or more of these functions are not covered, first tests should be added, in a different issue.