![]() |
SheafSystem
0.0.0.0
|
Interface for class jcb. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/vd.h"#include "SheafSystem/jcb_table_dofs_type.h"Go to the source code of this file.
Classes | |
| class | fiber_bundle::jcb_lite |
| Abstract jacobian class (volatile version). More... | |
| class | fiber_bundle::jcb |
| Abstract jacobian class. 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 | |
| SHEAF_DLL_SPEC std::ostream & | fiber_bundle::operator<< (std::ostream &xos, jcb_lite::table_dofs_type &xt) |
| Insert jcb_lite::table_dofs_type& xt into ostream& xos. More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::jcb_algebra::push (const jcb &xjcb, const at1 &xvector, at1 &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_lite &xjcb, const at1_lite &xvector, at1_lite &xresult) |
| Push vector forward (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC at1_lite * | fiber_bundle::jcb_algebra::push (const jcb_lite &xjcb, const at1_lite &xvector) |
| Push vector forward (auto-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::jcb_algebra::pull (const jcb &xjcb, const at1 &xcovector, at1 &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_lite &xjcb, const at1_lite &xcovector, at1_lite &xresult) |
| Pull covector back (pre-allocated version for volatile types). More... | |
| SHEAF_DLL_SPEC at1_lite * | fiber_bundle::jcb_algebra::pull (const jcb_lite &xjcb, const at1_lite &xvector) |
| Pull covector back (auto-allocated version for volatile types). More... | |
Interface for class jcb.
Definition in file jcb.h.