SheafSystem
0.0.0.0
|
Interface for class t4_e3. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/t4.h"
#include "SheafSystem/e3.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::t4_e3_row_dofs_type< T > |
Row dofs type for class t4_e3. More... | |
class | fiber_bundle::t4_e3_lite |
A tensor of degree 4 over a Euclidean vector space of dimension 3 (volatile version). More... | |
class | fiber_bundle::t4_e3 |
A tensor of degree 4 over a Euclidean vector space of dimension 3 (persistent version). More... | |
Namespaces | |
fiber_bundle | |
Namespace for the fiber_bundles component of the sheaf system. | |
fiber_bundle::tp_algebra | |
Namespace containing the general tensor algrebra functions for the fiber_bundles component of the sheaf system. | |
Functions | |
template<typename T > | |
std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const t4_e3_row_dofs_type< T > &xrdt) |
Insert t4_e3_row_dofs_type<T>& xrdt into ostream& xos. More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::sym (const t4_e3_lite &x0, st4_e3_lite &xresult) |
The symmetric part of tensor x0 (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::sym (const t4_e3 &x0, st4_e3 &xresult, bool xauto_access) |
The symmetric part of tensor x0 (pre-allocated, access control version for persistent types). More... | |
Interface for class t4_e3.
Definition in file t4_e3.h.