SheafSystem
0.0.0.0
|
Table dofs type for class jcb. More...
#include <jcb_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 | dd |
Dimension of the domain. More... | |
c_string | domain_path |
The path of the domain vector space. More... | |
c_string | range_path |
The path of the range vector space. More... | |
int | dr |
Dimension of the range. More... | |
Table dofs type for class jcb.
Definition at line 43 of file jcb_table_dofs_type.h.
int fiber_bundle::jcb_table_dofs_type::d |
Dimension of this as a vector space.
Definition at line 58 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
int fiber_bundle::jcb_table_dofs_type::dd |
Dimension of the domain.
Definition at line 68 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
c_string fiber_bundle::jcb_table_dofs_type::domain_path |
The path of the domain vector space.
Definition at line 73 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
int fiber_bundle::jcb_table_dofs_type::dr |
Dimension of the range.
Definition at line 83 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
int fiber_bundle::jcb_table_dofs_type::factor_ct |
Number of factors (components) in tuple.
Definition at line 53 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
c_string fiber_bundle::jcb_table_dofs_type::range_path |
The path of the range vector space.
Definition at line 78 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::operator<<(), and fiber_bundle::jcb_lite::table_dofs().
c_string fiber_bundle::jcb_table_dofs_type::scalar_space_path |
The path of the underlying scalar space.
Definition at line 63 of file jcb_table_dofs_type.h.
Referenced by fiber_bundle::jcb_lite::table_dofs().