#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, RTOp_index_type index_data[], int num_chars, RTOp_char_type char_data[]) const |
| | |
| void | load_reduct_obj_state (int num_values, const primitive_value_type value_data[], int num_indexes, const RTOp_index_type index_data[], int num_chars, const RTOp_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, RTOp_index_type index_data[], int num_chars, RTOp_char_type char_data[]) const |
| | |
| void | load_op_state (int num_values, const primitive_value_type value_data[], int num_indexes, const RTOp_index_type index_data[], int num_chars, const RTOp_char_type char_data[]) |
| | |
| bool | coord_invariant () const |
| | |
| void | apply_op (const int num_vecs, const SubVectorT< Scalar > sub_vecs[], const int num_targ_vecs, const MutableSubVectorT< 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. | |
ToDo: Finish documentation!
Definition at line 44 of file RTOpPack_ROpGetSubVector.hpp.
|
|||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 48 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Definition at line 199 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Set the range of global indexes to extract elements for.
Definition at line 204 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Extract the subvector after all of the reductions are completed.
Definition at line 212 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Extract the subvector after all of the reductions are completed.
Definition at line 220 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 229 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 243 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 249 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 267 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 274 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 294 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 315 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 328 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 344 of file RTOpPack_ROpGetSubVector.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 360 of file RTOpPack_ROpGetSubVector.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 366 of file RTOpPack_ROpGetSubVector.hpp. |
1.3.9.1