SheafSystem  0.0.0.0
at2_e2.h File Reference

Interface for at2_e2 facet function templates. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/at2.h"
#include "SheafSystem/antisymmetric_matrix_2x2.h"
#include "SheafSystem/e2.h"

Go to the source code of this file.

Classes

class  fiber_bundle::at2_e2_row_dofs_type< T >
 Row dofs type for class at2_e2. More...
 
class  fiber_bundle::at2_e2_lite
 An antisymmetric rank 2 tensor over a Euclidean vector space of dimension 2 (volatile version). More...
 
class  fiber_bundle::at2_e2
 An antisymmetric rank 2 tensor 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::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_e2_row_dofs_type< T > &xrdt)
 Insert at2_e2_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::atp_algebra::hook (const e2 &x0, const e2 &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 e2_lite &x0, const e2_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_e2 &x0, const e2 &x1, e2 &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_e2_lite &x0, const e2_lite &x1, e2_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_e2 &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 at2_e2_lite &x0, at0_lite &xresult)
 The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC at0_litefiber_bundle::atp_algebra::star (const at2_e2_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, at2_e2 &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, at2_e2_lite &xresult)
 The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC at2_e2_litefiber_bundle::atp_algebra::star (const at0_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 e2 &x0, e2 &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 e2_lite &x0, e2_lite &xresult)
 The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC e2_litefiber_bundle::atp_algebra::star (const e2_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 e2 &x0, const e2 &x1, at2_e2 &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 e2_lite &x0, const e2_lite &x1, at2_e2_lite &xresult)
 The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for volatile types). More...
 

Detailed Description

Interface for at2_e2 facet function templates.

Definition in file at2_e2.h.