SheafSystem  0.0.0.0
jcb_e33.h File Reference

Interface for class jcb_e33. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/jcb_ed.h"
#include "SheafSystem/general_matrix_3x3.h"

Go to the source code of this file.

Classes

class  fiber_bundle::jcb_e33_row_dofs_type< T >
 Row dofs type for class jcb_e33. More...
 
class  fiber_bundle::jcb_e33_lite
 Jacobian of a map from a 3 dimensional domain (u, v, w) to a 3 dimensional Euclidean space (x, y, z) (volatile version). More...
 
class  fiber_bundle::jcb_e33
 Jacobian of a map from a 3 dimensional domain (u, v, w) to a 3 dimensional Euclidean space (x, y, z). More...
 

Namespaces

 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 fiber_bundle::jcb_algebra
 Namespace containing the Jacobian 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 jcb_e33_row_dofs_type< T > &xrdt)
 Insert jcb_e33_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::push (const jcb_e33 &xjcb, const e3 &xvector, e3 &xresult, bool xauto_access)
 Push vector forward (pre-allocated version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::push (const jcb_e33_lite &xjcb, const e3_lite &xvector, e3_lite &xresult)
 Push vector forward (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC e3_litefiber_bundle::jcb_algebra::push (const jcb_e33_lite &xjcb, const e3_lite &xvector)
 Push vector forward (auto-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::pull (const jcb_e33 &xjcb, const e3 &xcovector, e3 &xresult, bool xauto_access)
 Pull covector back (pre-allocated version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::pull (const jcb_e33_lite &xjcb, const e3_lite &xcovector, e3_lite &xresult)
 Pull covector back (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC e3_litefiber_bundle::jcb_algebra::pull (const jcb_e33_lite &xjcb, const e3_lite &xcovector)
 Pull covector back (auto-allocated version for volatile types). More...
 

Detailed Description

Interface for class jcb_e33.

Definition in file jcb_e33.h.