SheafSystem  0.0.0.0
jcb_e23.h File Reference

Interface for class jcb_e23. More...

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

Go to the source code of this file.

Classes

class  fiber_bundle::jcb_e23_row_dofs_type< T >
 Row dofs type for class jcb_e23. More...
 
class  fiber_bundle::jcb_e23_lite
 Jacobian of a map from a 2 dimensional domain (u, v) to a 3 dimensional Euclidean space (x, y, z) (volatile version). More...
 
class  fiber_bundle::jcb_e23
 Jacobian of a map from a 2 dimensional domain (u, v) 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_e23_row_dofs_type< T > &xrdt)
 Insert jcb_e23_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::push (const jcb_e23 &xjcb, const e2 &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_e23_lite &xjcb, const e2_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_e23_lite &xjcb, const e2_lite &xvector)
 Push vector forward (auto-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::pull (const jcb_e23 &xjcb, const e3 &xcovector, e2 &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_e23_lite &xjcb, const e3_lite &xcovector, e2_lite &xresult)
 Pull covector back (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC e2_litefiber_bundle::jcb_algebra::pull (const jcb_e23_lite &xjcb, const e3_lite &xcovector)
 Pull covector back (auto-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::metric (const jcb_e23_lite &xjcb, st2_e2_lite &xresult)
 Compute surface metric. More...
 
SHEAF_DLL_SPEC void fiber_bundle::jcb_algebra::symmetric_dot_push (const jcb_e23_lite &xjcb, const jcb_e23_lite &xother_jcb, st2_e2_lite &xresult)
 Transpose of xjcb times xother_jcb, symmetric part. More...
 

Detailed Description

Interface for class jcb_e23.

Definition in file jcb_e23.h.