29#ifndef CUSTOMDEGRADATION_H
30#define CUSTOMDEGRADATION_H
37 const unsigned expression_tag;
41 [[nodiscard]] podarray<double> compute_degradation(
double)
const override;
49 int initialize(
const shared_ptr<DomainBase>&)
override;
51 unique_ptr<Material>
get_copy()
override;
The CustomDegradation class.
Definition: CustomDegradation.h:36
int initialize(const shared_ptr< DomainBase > &) override
Definition: CustomDegradation.cpp:33
unique_ptr< Material > get_copy() override
Definition: CustomDegradation.cpp:49
The Degradation class.
Definition: Degradation.h:34
Definition: ResourceHolder.h:31