SheafSystem
0.0.0.0
|
Interface for class e3. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/ed.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::e3_row_dofs_type< T > |
Row dofs type for class e3. More... | |
class | fiber_bundle::e3_lite |
Euclidean vector space of dimension 3 (volatile version). More... | |
class | fiber_bundle::e3 |
Euclidean vector space of dimension 3 (persistent version). More... | |
class | fiber_bundle::tensor_traits< 0, e3_lite > |
Specialization for degree 0 tensors over e3_lite. More... | |
class | fiber_bundle::tensor_traits< 1, e3_lite > |
Specialization for degree 1 tensors over e3_lite. More... | |
class | fiber_bundle::tensor_traits< 2, e3_lite > |
Specialization for degree 2 tensors over e3_lite. More... | |
class | fiber_bundle::tensor_traits< 3, e3_lite > |
Specialization for degree 3 tensors over e3_lite. More... | |
class | fiber_bundle::tensor_traits< 4, e3_lite > |
Specialization for degree 4 tensors over e3_lite. More... | |
class | fiber_bundle::tensor_traits< 0, e3 > |
Specialization for degree 0 tensors over e3. More... | |
class | fiber_bundle::tensor_traits< 1, e3 > |
Specialization for degree 1 tensors over e3. More... | |
class | fiber_bundle::tensor_traits< 2, e3 > |
Specialization for degree 2 tensors over e3. More... | |
class | fiber_bundle::tensor_traits< 3, e3 > |
Specialization for degree 3 tensors over e3. More... | |
class | fiber_bundle::tensor_traits< 4, e3 > |
Specialization for degree 4 tensors over e3. More... | |
Namespaces | |
fiber_bundle | |
Namespace for the fiber_bundles component of the sheaf system. | |
fiber_bundle::e3_algebra | |
Namespace containing the 3D Euclidean vector algebra functions for the fiber_bundles component of the sheaf system. | |
fiber_bundle::vd_algebra | |
Namespace containing the vector algrebra functions for the fiber_bundles component of the sheaf system. | |
Functions | |
template<typename T > | |
std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const e3_row_dofs_type< T > &xrdt) |
Insert e3_row_dofs_type<T>& xrdt into ostream& xos. More... | |
size_t SHEAF_DLL_SPEC | fiber_bundle::deep_size (const e3_lite &x0, bool xinclude_shallow=true) |
The deep size of the referenced object of type e3_lite. if xinclude_shallow, add the sizeof x0 to the result. More... | |
void SHEAF_DLL_SPEC | fiber_bundle::e3_algebra::cross (const e3 &x0, const e3 &x1, e3 &xresult, bool xauto_access) |
The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version). More... | |
void SHEAF_DLL_SPEC | fiber_bundle::e3_algebra::cross_equal (e3 &xresult, const e3 &xother, bool xauto_access) |
The 3D Euclidean vector "cross" product of xresult with xother (self-allocated version). More... | |
SHEAF_DLL_SPEC e3_lite * | fiber_bundle::e3_algebra::cross (const e3_lite &x0, const e3_lite &x1) |
The 3D Euclidean vector "cross" product of x0 with x1 (auto-allocated version). More... | |
void SHEAF_DLL_SPEC | fiber_bundle::e3_algebra::cross (const e3_lite &x0, const e3_lite &x1, e3_lite &xresult) |
The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version). More... | |
void SHEAF_DLL_SPEC | fiber_bundle::e3_algebra::cross_equal (e3_lite &xresult, const e3_lite &xother) |
The 3D Euclidean vector "cross" product of xresult with xother (self-allocated version). More... | |
SHEAF_DLL_SPEC e3_lite * | fiber_bundle::e3_algebra::operator^ (const e3_lite &x0, const e3_lite &x1) |
The 3D Euclidean vector "cross" product of x0 with x1 (auto-allocated version). More... | |
SHEAF_DLL_SPEC e3_lite & | fiber_bundle::e3_algebra::operator^= (e3_lite &xresult, const e3_lite &xother) |
The 3D Euclidean vector "cross" product of xresult with xother (pre-allocated version). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::vd_algebra::transform_basis_by (e3_lite &xv, const gl3_lite &xtransform, bool is_contravariant=true) |
Transform the basis and components of xv by xtransform. More... | |
SHEAF_DLL_SPEC void | fiber_bundle::vd_algebra::add (const e3_lite &x0, const e3_lite &x1, vd_value_type xt, e3_lite &xresult) |
Weighted sum x0*(1-xt) + x1*xt (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::a_eql (const e3_lite &x0, const e3_lite &x1) |
Absolute equality comparison of e3_lite x0 to e3_lite x1 using tolerance double_tolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::a_eql (const e3_lite &x0, const e3_lite &x1, double xtolerance) |
Absolute equality comparison of e3_lite x0 to e3_lite x1 using tolerance xtolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::a_eql (const e3_lite &x0, const e3_lite &x1, const e3_lite &xtolerance) |
Absolute equality comparison of e3_lite x0 to e3_lite x1 using tolerance e3_lite xtolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::r_eql (const e3_lite &x0, const e3_lite &x1) |
Relative equality comparison of e3_lite x0 to e3_lite x1 using tolerance double_tolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::r_eql (const e3_lite &x0, const e3_lite &x1, double xtolerance) |
Relative equality comparison of e3_lite x0 to e3_lite x1 using tolerance xtolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::r_eql (const e3_lite &x0, const e3_lite &x1, const e3_lite &xtolerance) |
Relative equality comparison of e3_lite x0 to e3_lite x1 using tolerance e3_lite xtolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::c_eql (const e3_lite &x0, const e3_lite &x1) |
Combined equality equality comparison of e3_lite x0 to e3_lite x1 using tolerance double_tolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::c_eql (const e3_lite &x0, const e3_lite &x1, double xtolerance) |
Combined equality equality comparison of e3_lite x0 to e3_lite x1 using tolerance xtolerance. More... | |
SHEAF_DLL_SPEC bool | fiber_bundle::vd_algebra::c_eql (const e3_lite &x0, const e3_lite &x1, const e3_lite &xtolerance) |
Combined equality equality comparison of e3_lite x0 to e3_lite x1 using tolerance e3_lite xtolerance. More... | |
Interface for class e3.
Definition in file e3.h.