SheafSystem
0.0.0.0
|
Interface for class t4_e2. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/t4.h"
#include "SheafSystem/e2.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::t4_e2_row_dofs_type< T > |
Row dofs type for class t4_e2. More... | |
class | fiber_bundle::t4_e2_lite |
A tensor of degree 4 over a Euclidean vector space of dimension 2 (volatile version). More... | |
class | fiber_bundle::t4_e2 |
A tensor of degree 4 over a Euclidean vector space of dimension 2 (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_e2_row_dofs_type< T > &xrdt) |
Insert t4_e2_row_dofs_type<T>& xrdt into ostream& xos. More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::sym (const t4_e2_lite &x0, st4_e2_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_e2 &x0, st4_e2 &xresult, bool xauto_access) |
The symmetric part of tensor x0 (pre-allocated, access control version for persistent types). More... | |
Interface for class t4_e2.
Definition in file t4_e2.h.