SheafSystem
0.0.0.0
|
Interface for class met_e1. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/met_ed.h"
#include "SheafSystem/e1.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::met_e1_row_dofs_type< T > |
Row dofs type for class met_e1. More... | |
class | fiber_bundle::met_e1_lite |
A metric tensor over a 1 dimensional Euclidean vector space (volatile version). More... | |
class | fiber_bundle::met_e1 |
A metric tensor over a 1 dimensional Euclidean vector space. More... | |
Namespaces | |
fiber_bundle | |
Namespace for the fiber_bundles component of the sheaf system. | |
fiber_bundle::met_algebra | |
Namespace containing the metric tensor algrebra functions for the fiber_bundles component of the sheaf system. | |
Functions | |
template<typename T > | |
std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const met_e1_row_dofs_type< T > &xrdt) |
Insert met_e1_row_dofs_type<T>& xrdt into ostream& xos. More... | |
SHEAF_DLL_SPEC void | fiber_bundle::met_algebra::raise (const met_e1 &xmetric, const e1 &xcovector, e1 &xresult, bool xauto_access) |
Raise covector (pre-allocated version for persistent type). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::met_algebra::lower (const met_e1 &xmetric, const e1 &xvector, e1 &xresult, bool xauto_access) |
Lower vector (pre-allocated version for persistent type). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::met_algebra::raise (const met_e1_lite &xmetric, const e1_lite &xcovector, e1_lite &xresult) |
Raise covector (pre-allocated version for volatile type). More... | |
SHEAF_DLL_SPEC e1_lite * | fiber_bundle::met_algebra::raise (const met_e1_lite &xmetric, const e1_lite &xcovector) |
Raise covector (auto-allocated version for volatile type). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::met_algebra::lower (const met_e1_lite &xmetric, const e1_lite &xvector, e1_lite &xresult) |
Lower vector (pre-allocated version for volatile type). More... | |
SHEAF_DLL_SPEC e1_lite * | fiber_bundle::met_algebra::lower (const met_e1_lite &xmetric, const e1_lite &xvector) |
Lower vector (auto-allocated version for volatile type). More... | |
Interface for class met_e1.
Definition in file met_e1.h.