Adapter subclass that uses a RTOp_RTOp object.
More...
#include <RTOpPack_RTOpC.hpp>
Inherits RTOpT< RTOp_value_type >.
|
| void | get_reduct_type_num_entries_impl (const Teuchos::Ptr< int > &num_values, const Teuchos::Ptr< int > &num_indexes, const Teuchos::Ptr< int > &num_chars) const |
| |
| Teuchos::RCP< ReductTarget > | reduct_obj_create_impl () const |
| |
| void | reduce_reduct_objs_impl (const ReductTarget &in_reduct_obj, const Teuchos::Ptr< ReductTarget > &inout_reduct_obj) const |
| |
| void | reduct_obj_reinit_impl (const Teuchos::Ptr< ReductTarget > &reduct_obj) const |
| |
| void | extract_reduct_obj_state_impl (const ReductTarget &reduct_obj, const Teuchos::ArrayView< primitive_value_type > &value_data, const Teuchos::ArrayView< index_type > &index_data, const Teuchos::ArrayView< char_type > &char_data) const |
| |
| void | load_reduct_obj_state_impl (const Teuchos::ArrayView< const primitive_value_type > &value_data, const Teuchos::ArrayView< const index_type > &index_data, const Teuchos::ArrayView< const char_type > &char_data, const Teuchos::Ptr< ReductTarget > &reduct_obj) const |
| |
| bool | coord_invariant_impl () const |
| |
| std::string | op_name_impl () const |
| |
| void | apply_op_impl (const Teuchos::ArrayView< const ConstSubVectorView< Scalar > > &sub_vecs, const Teuchos::ArrayView< const SubVectorView< Scalar > > &targ_sub_vecs, const Teuchos::Ptr< ReductTarget > &reduct_obj) const |
| |
Adapter subclass that uses a RTOp_RTOp object.
ToDo: Finish documentation!
Definition at line 59 of file RTOpPack_RTOpC.hpp.
| RTOpPack::RTOpC::RTOpC |
( |
| ) |
|
| RTOpPack::RTOpC::~RTOpC |
( |
| ) |
|
| const RTOp_RTOp & RTOpPack::RTOpC::op |
( |
| ) |
const |
|
inline |
| const RTOp_ReductTarget & RTOpPack::RTOpC::operator() |
( |
const ReductTarget & |
reduct_obj | ) |
const |
|
inline |
| Teuchos::RCP< ReductTarget > RTOpPack::RTOpC::reduct_obj_create_impl |
( |
| ) |
const |
| void RTOpPack::RTOpC::reduce_reduct_objs_impl |
( |
const ReductTarget & |
in_reduct_obj, |
|
|
const Teuchos::Ptr< ReductTarget > & |
inout_reduct_obj |
|
) |
| const |
| void RTOpPack::RTOpC::reduct_obj_reinit_impl |
( |
const Teuchos::Ptr< ReductTarget > & |
reduct_obj | ) |
const |
| bool RTOpPack::RTOpC::coord_invariant_impl |
( |
| ) |
const |
| std::string RTOpPack::RTOpC::op_name_impl |
( |
| ) |
const |
The documentation for this class was generated from the following files: