SheafSystem
0.0.0.0
|
Abstract jacobian for d dimensional Euclidean space (volatile version). More...
#include <jcb_ed.h>
JCB_ED FACET OF CLASS JCB_ED_LITE | |
jcb_ed_lite () | |
Default constructor. More... | |
jcb_ed_lite (const jcb_ed_lite &xother) | |
Copy constructor. More... | |
jcb_ed_lite & | operator= (const jcb_ed_lite &xother) |
Assignment operator. More... | |
virtual | ~jcb_ed_lite () |
Destructor. More... | |
jcb_ed_lite (const row_dofs_type &xrow_dofs) | |
Creates a new instance with row dofs xrow_dofs. More... | |
jcb_ed_lite & | operator= (const row_dofs_type &xrow_dofs) |
Assignment (from row_dofs_type) operator. More... | |
ABSTRACT POSET MEMBER FACET OF CLASS JCB_ED_LITE | |
virtual const std::string & | class_name () const |
The name of this class. More... | |
virtual jcb_ed_lite * | clone () const |
Virtual constructor, makes a new instance of the same type as this. More... | |
static const std::string & | static_class_name () |
The name of this class. More... | |
ANY FACET OF CLASS JCB_ED_LITE | |
virtual bool | is_ancestor_of (const any_lite &xother) const |
Conformance test; true if other conforms to this. More... | |
bool | invariant () const |
Class invariant. More... | |
Additional Inherited Members | |
Public Types inherited from fiber_bundle::jcb_lite | |
typedef jcb_table_dofs_type | table_dofs_type |
The type of the table dofs. More... | |
Public Types inherited from fiber_bundle::vd_lite | |
typedef vd_dof_type | dof_type |
The type of the degrees of freedom. More... | |
typedef vd_value_type | value_type |
The type of component in the fiber; the scalar type in the fiber vector space. More... | |
typedef vd_table_dofs_type | table_dofs_type |
The type of the table dofs. More... | |
typedef vd_row_dofs_type< double > | row_dofs_type |
The type of the row dofs. More... | |
Public Types inherited from fiber_bundle::tuple_lite | |
typedef tuple_table_dofs_type | table_dofs_type |
The type of the table dofs. More... | |
Public Types inherited from fiber_bundle::any_lite | |
typedef any_lite | volatile_type |
The associated volatile type. More... | |
Public Member Functions inherited from fiber_bundle::jcb_lite | |
jcb_lite () | |
Default constructor. More... | |
jcb_lite (const jcb_lite &xother) | |
Copy constructor. More... | |
jcb_lite & | operator= (const jcb_lite &xother) |
Assignment operator. More... | |
virtual | ~jcb_lite () |
Destructor. More... | |
jcb_lite (const row_dofs_type &xrow_dofs) | |
Creates a new instance with row dofs xrow_dofs. More... | |
jcb_lite & | operator= (const row_dofs_type &xrow_dofs) |
Assignment (from row_dofs_type) operator. More... | |
virtual int | dd () const |
Dimension of the domain. More... | |
virtual int | dr () const |
Dimension of the range. More... | |
table_dofs_type | table_dofs () const |
The table dofs. More... | |
value_type | component (int xrow, int xcolumn) const |
The value of the component in a specified row and column (const version). More... | |
void | put_component (int xrow, int xcolumn, value_type xcomp) |
Sets value of a component in a specified row and column. More... | |
virtual int | index_for_row_column (int xrow, int xcolumn) const |
The index into linear storage of the component in a specified row and column. More... | |
virtual int | d () const |
Dimension of this as a vector space. More... | |
bool | invariant () const |
Class invariant. More... | |
Public Member Functions inherited from fiber_bundle::vd_lite | |
vd_lite () | |
Default constructor. More... | |
vd_lite (const vd_lite &xother) | |
Copy constructor. More... | |
vd_lite & | operator= (const vd_lite &xother) |
Copy assignment operator. More... | |
bool | operator== (const vd_lite &xother) const |
True if this has the same components as xother. More... | |
virtual | ~vd_lite () |
Destructor. More... | |
vd_lite (const row_dofs_type &xrow_dofs) | |
Creates a new instance with row dofs xrow_dofs. More... | |
vd_lite & | operator= (const row_dofs_type &xrow_dofs) |
Row_dofs_type assignment operator. More... | |
value_type | component (int xindex) const |
The xindex-th component. More... | |
void | put_component (int xindex, value_type xcomp) |
Set the xindex-th component to xcomp. More... | |
virtual void | components (dof_type xresult[], int comps_dimension) const |
The values of all the components (preallocated version). More... | |
virtual void | put_components (const dof_type xcomps[], int xcomps_dimension) |
Set values of all the components to the values in xcomps. More... | |
vd_lite & | operator= (const value_type &xvalue) |
Value_type assignment operator; sets all components to xvalue. More... | |
bool | operator== (const value_type &xvalue) const |
Equality comparison to scalar; true if and only if all components == xvalue. Especially useful for comparison to 0.0. More... | |
virtual value_type & | operator[] (int xindex) |
The value of the component corresponding to xindex (non const version). More... | |
virtual const value_type & | operator[] (int xindex) const |
The value of the component corresponding to xindex (const version). More... | |
virtual const tp_lite & | tp_prototype (int xp) const |
Virtual constructor for general tensors of degree xp over this vector space. More... | |
virtual const atp_lite & | atp_prototype (int xp) const |
Prototype for antisymmetric tensors of degree xp over this vector space. More... | |
virtual const stp_lite & | stp_prototype (int xp) const |
Prototype for symmetric tensors of degree xp over this vector space. More... | |
virtual int | factor_ct () const |
Number of factors (components) in tuple. More... | |
table_dofs_type | table_dofs () const |
The table dofs. More... | |
bool | invariant () const |
Class invariant. More... | |
Public Member Functions inherited from fiber_bundle::tuple_lite | |
tuple_lite () | |
Default constructor. More... | |
tuple_lite (const tuple_lite &xother) | |
Copy constructor. More... | |
tuple_lite & | operator= (const tuple_lite &xother) |
Assignment operator. More... | |
virtual | ~tuple_lite () |
Destructor. More... | |
table_dofs_type | table_dofs () const |
The table dofs. More... | |
bool | invariant () const |
Class invariant. More... | |
Public Member Functions inherited from fiber_bundle::any_lite | |
virtual | ~any_lite () |
Destructor. More... | |
bool | is_same_type (const any_lite &xother) const |
True if other is the same type as this. More... | |
bool | invariant () const |
Class invariant, intended to be redefined in each descendant. More... | |
bool | invariant_check () const |
True if invariant checking is enabled. More... | |
void | enable_invariant_check () const |
Enable invariant checking. More... | |
void | disable_invariant_check () const |
Disable invariant check. Intended for preventing recursive calls to invariant and for suppressing invariant checking during multi-phase initialization. More... | |
int | disable_invariance_check_request_depth () const |
Number of times disable_invariant_check has been called without matching call to enable_invariant_check. More... | |
virtual void * | row_dofs () |
The row dofs for this instance (mutable version). More... | |
virtual const void * | row_dofs () const |
The row dofs for this instance (const version). More... | |
Static Public Member Functions inherited from fiber_bundle::jcb_lite | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Static Public Member Functions inherited from fiber_bundle::vd_lite | |
static const tp_lite & | static_tp_prototype (int xp) |
Static prototype for general tensors of degree xp over this vector space. More... | |
static const atp_lite & | static_atp_prototype (int xp) |
Static prototype for antisymmetric tensors of degree xp over this vector space. More... | |
static const stp_lite & | static_stp_prototype (int xp) |
Static prototype for symmetric tensors of degree xp over this vector space. More... | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Static Public Member Functions inherited from fiber_bundle::tuple_lite | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Static Public Member Functions inherited from fiber_bundle::any_lite | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Protected Member Functions inherited from fiber_bundle::any_lite | |
any_lite () | |
Default constructor. More... | |
Abstract jacobian for d dimensional Euclidean space (volatile version).
fiber_bundle::jcb_ed_lite::jcb_ed_lite | ( | ) |
Default constructor.
Definition at line 49 of file jcb_ed.cc.
Referenced by ~jcb_ed_lite().
fiber_bundle::jcb_ed_lite::jcb_ed_lite | ( | const jcb_ed_lite & | xother | ) |
|
virtual |
Destructor.
Definition at line 98 of file jcb_ed.cc.
References jcb_ed_lite().
Referenced by operator=().
fiber_bundle::jcb_ed_lite::jcb_ed_lite | ( | const row_dofs_type & | xrow_dofs | ) |
Creates a new instance with row dofs xrow_dofs.
Definition at line 114 of file jcb_ed.cc.
References operator=().
|
virtual |
The name of this class.
Reimplemented from fiber_bundle::jcb_lite.
Reimplemented in fiber_bundle::jcb_e33_lite, fiber_bundle::jcb_e13_lite, and fiber_bundle::jcb_e23_lite.
Definition at line 184 of file jcb_ed.cc.
References static_class_name().
Referenced by operator=().
|
virtual |
Virtual constructor, makes a new instance of the same type as this.
Reimplemented from fiber_bundle::jcb_lite.
Reimplemented in fiber_bundle::jcb_e33_lite, fiber_bundle::jcb_e13_lite, and fiber_bundle::jcb_e23_lite.
Definition at line 222 of file jcb_ed.cc.
Referenced by static_class_name().
bool fiber_bundle::jcb_ed_lite::invariant | ( | ) | const |
Class invariant.
Definition at line 274 of file jcb_ed.cc.
References fiber_bundle::jcb_ed::standard_schema_path().
Referenced by is_ancestor_of().
|
virtual |
Conformance test; true if other conforms to this.
Reimplemented from fiber_bundle::jcb_lite.
Reimplemented in fiber_bundle::jcb_e33_lite, fiber_bundle::jcb_e13_lite, and fiber_bundle::jcb_e23_lite.
Definition at line 255 of file jcb_ed.cc.
References invariant().
fiber_bundle::jcb_ed_lite & fiber_bundle::jcb_ed_lite::operator= | ( | const jcb_ed_lite & | xother | ) |
Assignment operator.
Definition at line 79 of file jcb_ed.cc.
References ~jcb_ed_lite().
Referenced by jcb_ed_lite().
fiber_bundle::jcb_ed_lite & fiber_bundle::jcb_ed_lite::operator= | ( | const row_dofs_type & | xrow_dofs | ) |
Assignment (from row_dofs_type) operator.
Definition at line 131 of file jcb_ed.cc.
References class_name().
|
static |
The name of this class.
Definition at line 203 of file jcb_ed.cc.
References clone().
Referenced by class_name().