SheafSystem  0.0.0.0
t3_e3.h File Reference

Interface for class t3_e3. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/t3.h"
#include "SheafSystem/e3.h"

Go to the source code of this file.

Classes

class  fiber_bundle::t3_e3_row_dofs_type< T >
 Row dofs type for class t3_e3. More...
 
class  fiber_bundle::t3_e3_lite
 A tensor of degree 3 over a Euclidean vector space of dimension 3 (volatile version). More...
 
class  fiber_bundle::t3_e3
 A tensor of degree 3 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 t3_e3_row_dofs_type< T > &xrdt)
 Insert t3_e3_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::alt (const t3_e3_lite &x0, at3_e3_lite &xresult)
 The alternating (antisymmetric) part of tensor x0 (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::alt (const t3_e3 &x0, at3_e3 &xresult, bool xauto_access)
 The alternating (antisymmetric) part of tensor x0 (pre-allocated, access control version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::sym (const t3_e3_lite &x0, st3_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 t3_e3 &x0, st3_e3 &xresult, bool xauto_access)
 The symmetric part of tensor x0 (pre-allocated, access control version for persistent types). More...
 

Detailed Description

Interface for class t3_e3.

Definition in file t3_e3.h.