Material model interface

The base class for all material models is the class Material, derived from the FEMComponent. It declares analysis independent part of the material interface. The analysis specific part of the interface should be added by derived classes, which represent the base classes for specific problem. The typical example is the StructuralMaterial class which declares all the services necessary for the structural analysis. Services declared or implemented at Material level include

Borek Patzak 2018-01-02