#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::RCP< 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. | |
ToDo: Finish documentation!
Definition at line 46 of file RTOpPack_ROpGetSubVector.hpp.
| typedef RTOpT<Scalar>::primitive_value_type RTOpPack::ROpGetSubVector< Scalar >::primitive_value_type |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 50 of file RTOpPack_ROpGetSubVector.hpp.
| RTOpPack::ROpGetSubVector< Scalar >::ROpGetSubVector | ( | const index_type | l = 0, |
|
| const index_type | u = 0 | |||
| ) |
| void RTOpPack::ROpGetSubVector< Scalar >::set_range | ( | const index_type | l, | |
| const index_type | u | |||
| ) |
Set the range of global indexes to extract elements for.
Definition at line 206 of file RTOpPack_ROpGetSubVector.hpp.
| ReductTargetSubVectorT< Scalar > & RTOpPack::ROpGetSubVector< Scalar >::operator() | ( | ReductTarget & | reduct_obj | ) | const |
Extract the subvector after all of the reductions are completed.
Definition at line 214 of file RTOpPack_ROpGetSubVector.hpp.
| const ReductTargetSubVectorT< Scalar > & RTOpPack::ROpGetSubVector< Scalar >::operator() | ( | const ReductTarget & | reduct_obj | ) | const |
Extract the subvector after all of the reductions are completed.
Definition at line 222 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::get_reduct_type_num_entries | ( | int * | num_values, | |
| int * | num_indexes, | |||
| int * | num_chars | |||
| ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 231 of file RTOpPack_ROpGetSubVector.hpp.
| Teuchos::RCP< ReductTarget > RTOpPack::ROpGetSubVector< Scalar >::reduct_obj_create | ( | ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 245 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::reduce_reduct_objs | ( | const ReductTarget & | _in_reduct_obj, | |
| ReductTarget * | _inout_reduct_obj | |||
| ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 251 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::reduct_obj_reinit | ( | ReductTarget * | reduct_obj | ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 269 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::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 RTOpPack::ROpGetSubVector< Scalar >::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 RTOpPack::ROpGetSubVector< Scalar >::get_op_type_num_entries | ( | int * | num_values, | |
| int * | num_indexes, | |||
| int * | num_chars | |||
| ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 317 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::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 RTOpPack::ROpGetSubVector< Scalar >::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 RTOpPack::ROpGetSubVector< Scalar >::coord_invariant | ( | ) | const [virtual] |
Reimplemented from RTOpPack::RTOpT< Scalar >.
Definition at line 362 of file RTOpPack_ROpGetSubVector.hpp.
| void RTOpPack::ROpGetSubVector< Scalar >::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 [virtual] |
1.4.7