![]() |
SheafSystem
0.0.0.0
|
Interface for class sec_t3. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/sec_tp.h"#include "SheafSystem/t3.h"Go to the source code of this file.
Classes | |
| class | fiber_bundle::sec_t3 |
| A section of a bundle with fiber type t3. 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_t3 &x0, sec_at3 &xresult, bool xauto_access) |
| The alternating (antisymmetric) part of tensor x0 (pre-allocated version). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::alt (const sec_t3 &x0, sec_t3 &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_t3 &x0, sec_st3 &xresult, bool xauto_access) |
| The symmetric part of tensor x0 (pre-allocated version). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::sym (const sec_t3 &x0, sec_t3 &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_t3 &x0, int xp, int xq, sec_at1 &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_t2 &x0, const sec_at1 &x1, sec_t3 &xresult, bool xauto_access) |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_at1 &x0, const sec_t2 &x1, sec_t3 &xresult, bool xauto_access) |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_at2 &x0, const sec_at1 &x1, sec_t3 &xresult, bool xauto_access) |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_at1 &x0, const sec_at2 &x1, sec_t3 &xresult, bool xauto_access) |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_st2 &x0, const sec_at1 &x1, sec_t3 &xresult, bool xauto_access) |
| SHEAF_DLL_SPEC void | fiber_bundle::sec_tp_algebra::tensor (const sec_at1 &x0, const sec_st2 &x1, sec_t3 &xresult, bool xauto_access) |
Interface for class sec_t3.
Definition in file sec_t3.h.