SheafSystem
0.0.0.0
|
Interface for class at3_e3. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/at3.h"
#include "SheafSystem/e3.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::at3_e3_row_dofs_type< T > |
Row dofs type for class at3_e3. More... | |
class | fiber_bundle::at3_e3_lite |
An antisymmetric rank 3 tensor over a Euclidean vector space of dimension 3. (volatile version). More... | |
class | fiber_bundle::at3_e3 |
An antisymmetric rank 3 tensor over a 3D Euclidean vector space. 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 > | |
SHEAF_DLL_SPEC std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const at3_e3_row_dofs_type< T > &xrdt) |
Insert at3_e3_row_dofs_type<T>& xrdt into ostream& xos. More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const at3_e3 &x0, const e3 &x1, at2_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 at3_e3_lite &x0, const e3_lite &x1, at2_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 at3_e3 &x0, at0 &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 at3_e3_lite &x0, at0_lite &xresult) |
The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC at0_lite * | fiber_bundle::atp_algebra::star (const at3_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 at0 &x0, at3_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 at0_lite &x0, at3_e3_lite &xresult) |
The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::wedge (const at2_e3 &x0, const e3 &x1, at3_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 at2_e3_lite &x0, const e3_lite &x1, at3_e3_lite &xresult) |
The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
Interface for class at3_e3.
Definition in file at3_e3.h.