SheafSystem  0.0.0.0
jcb_e13.h File Reference

Interface for class jcb_e13. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/jcb_ed.h"
#include "SheafSystem/general_matrix_3x1.h"
#include "SheafSystem/e1.h"
#include "SheafSystem/e3.h"

Go to the source code of this file.

Classes

class  fiber_bundle::jcb_e13_row_dofs_type< T >
 Row dofs type for class jcb_e13. More...
 
class  fiber_bundle::jcb_e13_lite
 Jacobian of a map from a 1 dimensional domain (u) to a 3 dimensional Euclidean space (x, y, z) (volatile version). More...
 
class  fiber_bundle::jcb_e13
 Jacobian of a map from a 1 dimensional domain (u) 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 >
std::ostream & fiber_bundle::operator<< (std::ostream &xos, const jcb_e13_row_dofs_type< T > &xrdt)
 Insert jcb_e13_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::push (const jcb_e13 &xjcb, const e1 &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_e13_lite &xjcb, const e1_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_e13_lite &xjcb, const e1_lite &xvector)
 Push vector forward (auto-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::pull (const jcb_e13 &xjcb, const e3 &xcovector, e1 &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_e13_lite &xjcb, const e3_lite &xcovector, e1_lite &xresult)
 Pull covector back (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC e1_litefiber_bundle::jcb_algebra::pull (const jcb_e13_lite &xjcb, const e3_lite &xcovector)
 Pull covector back (auto-allocated version for volatile types). More...
 

Detailed Description

Interface for class jcb_e13.

Definition in file jcb_e13.h.