GMatElastoPlasticQPot 0.18.3
Loading...
Searching...
No Matches
GMatElastoPlasticQPot Namespace Reference

Material model based on a sequence of parabolic potentials. More...

Namespaces

namespace  array_type
 Define container type.
 
namespace  Cartesian2d
 Implementation in a 2-d Cartesian coordinate frame.
 
namespace  Cartesian3d
 Implementation in a 3-d Cartesian coordinate frame.
 

Functions

std::string version ()
 Return version string, e.g. More...
 
std::vector< std::string > version_dependencies ()
 Return versions of this library and of all of its dependencies. More...
 

Detailed Description

Material model based on a sequence of parabolic potentials.

Function Documentation

◆ version()

std::string GMatElastoPlasticQPot::version ( )
inline

Return version string, e.g.

"0.8.0"

Returns
Version string.

Definition at line 44 of file version.h.

◆ version_dependencies()

std::vector< std::string > GMatElastoPlasticQPot::version_dependencies ( )
inline

Return versions of this library and of all of its dependencies.

The output is a list of strings:

"gmatelastoplasticqpot=0.7.0",
"gmattensor=0.8.0",
"qpot=0.9.0",
"xtensor=0.20.1"
Returns
List of strings.

Definition at line 60 of file version.h.