|
FrictionQPotFEM 0.23.3
|
Tensor products / operations. More...
Namespaces | |
| namespace | array_type |
| Container type. | |
| namespace | Cartesian2d |
| Tensors and tensor operations for a(n) array of 2d tensors of different rank, defined in a Cartesian coordinate system. | |
| namespace | Cartesian3d |
| Tensors and tensor operations for a(n) array of 3d tensors of different rank, defined in a Cartesian coordinate system. | |
Classes | |
| struct | allocate |
| Helper to allocate 'output' which is of the same type of some 'input', but of a different rank. More... | |
Functions | |
| std::string | version () |
| Return version string, e.g. More... | |
| std::vector< std::string > | version_dependencies (bool greedy=true) |
| Return versions of this library and of all of its major dependencies. More... | |
| std::vector< std::string > | version_compiler () |
| Return information on the compiler, the platform, the C++ standard, and the compilation data. More... | |
Tensor products / operations.
|
inline |
|
inline |
|
inline |
Return versions of this library and of all of its major dependencies.
The output is a list of strings:
"gmattensor=0.8.0", "xtensor=0.20.1", ...
| greedy | Add as much as possible version information, even if the library is not used here. |