#include <RTOpPack_ROpGetSubVector.hpp>
Inheritance diagram for RTOpPack::ROpGetSubVector< Scalar >:
Overridden from RTOpT | |
| void | get_reduct_type_num_entries (int *num_values, int *num_indexes, int *num_chars) const |
| | |
| Teuchos::RefCountPtr< ReductTarget > | reduct_obj_create () const |
| | |
| void | reduce_reduct_objs (const ReductTarget &_in_reduct_obj, ReductTarget *_inout_reduct_obj) const |
| | |
| void | reduct_obj_reinit (ReductTarget *reduct_obj) const |
| | |
| void | extract_reduct_obj_state (const ReductTarget &reduct_obj, int num_values, primitive_value_type value_data[], int num_indexes, Teuchos_Index index_data[], int num_chars,::RTOpPack::char_type char_data[]) const |
| | |
| void | load_reduct_obj_state (int num_values, const primitive_value_type value_data[], int num_indexes, const Teuchos_Index index_data[], int num_chars, const ::RTOpPack::char_type char_data[], ReductTarget *reduct_obj) const |
| | |
| void | get_op_type_num_entries (int *num_values, int *num_indexes, int *num_chars) const |
| | |
| void | extract_op_state (int num_values, primitive_value_type value_data[], int num_indexes, Teuchos_Index index_data[], int num_chars,::RTOpPack::char_type char_data[]) const |
| | |
| void | load_op_state (int num_values, const primitive_value_type value_data[], int num_indexes, const Teuchos_Index index_data[], int num_chars, const ::RTOpPack::char_type char_data[]) |
| | |
| bool | coord_invariant () const |
| | |
| void | apply_op (const int num_vecs, const ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const SubVectorView< Scalar > targ_sub_vecs[], ReductTarget *reduct_obj) const |
| | |
Public Types | |
| typedef RTOpT< Scalar >::primitive_value_type | primitive_value_type |
| | |
Public Member Functions | |
| ROpGetSubVector (const index_type l=0, const index_type u=0) | |
| | |
| void | set_range (const index_type l, const index_type u) |
| Set the range of global indexes to extract elements for. | |
| ReductTargetSubVectorT< Scalar > & | operator() (ReductTarget &reduct_obj) const |
| Extract the subvector after all of the reductions are completed. | |
| const ReductTargetSubVectorT< Scalar > & | operator() (const ReductTarget &reduct_obj) const |
| Extract the subvector after all of the reductions are completed. | |
Private Attributes | |
| index_type | l_ |
| index_type | u_ |
ToDo: Finish documentation!
Definition at line 46 of file RTOpPack_ROpGetSubVector.hpp.
|
|||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 50 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Definition at line 201 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Set the range of global indexes to extract elements for.
Definition at line 206 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Extract the subvector after all of the reductions are completed.
Definition at line 214 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Extract the subvector after all of the reductions are completed.
Definition at line 222 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 231 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 245 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 251 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 269 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 276 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 296 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 317 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 330 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 346 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 362 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 368 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||
|
Definition at line 138 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||
|
Definition at line 139 of file RTOpPack_ROpGetSubVector.hpp. |
1.3.9.1