SheafSystem
0.0.0.0
|
Table dofs type for class tp. More...
#include <tp_table_dofs_type.h>
Public Attributes | |
int | factor_ct |
Number of factors (components) in tuple. More... | |
int | d |
Dimension of this as a vector space. More... | |
c_string | scalar_space_path |
The path of the underlying scalar space. More... | |
int | p |
The degree of the tensor; the sum of the contravariant and covariant degrees. More... | |
int | dd |
Dimension of the underlying vector space. More... | |
c_string | vector_space_path |
The path of the underlying vector space. More... | |
Table dofs type for class tp.
Definition at line 42 of file tp_table_dofs_type.h.
int fiber_bundle::tp_table_dofs_type::d |
Dimension of this as a vector space.
Definition at line 54 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().
int fiber_bundle::tp_table_dofs_type::dd |
Dimension of the underlying vector space.
Definition at line 69 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().
int fiber_bundle::tp_table_dofs_type::factor_ct |
Number of factors (components) in tuple.
Definition at line 49 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().
int fiber_bundle::tp_table_dofs_type::p |
The degree of the tensor; the sum of the contravariant and covariant degrees.
Definition at line 64 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().
c_string fiber_bundle::tp_table_dofs_type::scalar_space_path |
The path of the underlying scalar space.
Definition at line 59 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().
c_string fiber_bundle::tp_table_dofs_type::vector_space_path |
The path of the underlying vector space.
Definition at line 74 of file tp_table_dofs_type.h.
Referenced by fiber_bundle::operator<<().