![]() |
SheafSystem
0.0.0.0
|
Interface for class at2_e3. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/at2.h"#include "SheafSystem/antisymmetric_matrix_3x3.h"#include "SheafSystem/e3.h"Go to the source code of this file.
Classes | |
| class | fiber_bundle::at2_e3_row_dofs_type< T > |
| Row dofs type for class at2_e3. More... | |
| class | fiber_bundle::at2_e3_lite |
| An antisymmetric rank 2 tensor over a Euclidean vector space of dimension 3. (volatile version). More... | |
| class | fiber_bundle::at2_e3 |
| An antisymmetric rank 2 tensor 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::atp_algebra | |
| Namespace containing the antisymmetric 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 at2_e3_row_dofs_type< T > &xrdt) |
| Insert at2_e3_row_dofs_type<T>& xrdt into ostream& xos. More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const e3 &x0, const e3 &x1, at0 &xresult, bool xauto_access) |
| The interior (hook) product of two antisymmetric tensors (pre-allocated version for persistent types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const e3_lite &x0, const e3_lite &x1, at0_lite &xresult) |
| The interior (hook) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const at2_e3 &x0, const e3 &x1, e3 &xresult, bool xauto_access) |
| The interior (hook) product of two antisymmetric tensors (pre-allocated version for persistent types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const at2_e3_lite &x0, const e3_lite &x1, e3_lite &xresult) |
| The interior (hook) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const at2_e3 &x0, e3 &xresult, bool xauto_access) |
| The Hodge star operator for antisymmetric tensors (pre-allocated version persistent types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const at2_e3_lite &x0, e3_lite &xresult) |
| The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC e3_lite * | fiber_bundle::atp_algebra::star (const at2_e3_lite &x0) |
| The Hodge star operator for antisymmetric tensors (auto-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const e3 &x0, at2_e3 &xresult, bool xauto_access) |
| The Hodge star operator for antisymmetric tensors (pre-allocated version persistent types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const e3_lite &x0, at2_e3_lite &xresult) |
| The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC at2_e3_lite * | fiber_bundle::atp_algebra::star (const e3_lite &x0) |
| The Hodge star operator for antisymmetric tensors (auto-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::wedge (const e3 &x0, const e3 &x1, at2_e3 &xresult, bool xauto_access) |
| The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for persistent types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::wedge (const e3_lite &x0, const e3_lite &x1, at2_e3_lite &xresult) |
| The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
Interface for class at2_e3.
Definition in file at2_e3.h.