![]() |
SheafSystem
0.0.0.0
|
Interface for class sec_tp. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/sec_vd.h"#include "SheafSystem/tp.h"Go to the source code of this file.
Classes | |
| class | fiber_bundle::sec_tp |
| A section of a bundle with fiber type tp. More... | |
Namespaces | |
| fiber_bundle | |
| Namespace for the fiber_bundles component of the sheaf system. | |
| fiber_bundle::sec_tp_algebra | |
| Namespace containing the algrebra functions for a a section of a fiber bundle with a fiber type tp. | |
Functions | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::alt (const sec_tp &x0, sec_atp &xresult, bool xauto_access) |
| The alternating (antisymmetric) part of tensor x0 (pre-allocated version). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::sym (const sec_tp &x0, sec_stp &xresult, bool xauto_access) |
| The symmetric part of tensor x0 (pre-allocated version). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::contract (const sec_tp &x0, int xp, int xq, sec_tp &xresult, bool xauto_access) |
| Contraction on contravariant index xp and covariant index xq (pre-allocated version). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_tp &x0, const sec_tp &x1, sec_tp &xresult, bool xauto_access) |
| Tensor product of x0 and x1 (pre-allocated version). More... | |
Interface for class sec_tp.
Definition in file sec_tp.h.