cratepy.material.models.interface

Constitutive model interface.

This module includes the interface to implement any constitutive model.

Classes

ConstitutiveModel

Constitutive model interface.

Functions

abstractmethod(funcobj)

A decorator indicating abstract methods.

Classes

ABC()

Helper class that provides a standard way to create an ABC using inheritance.

ConstitutiveModel(strain_formulation, ...)

Constitutive model interface.