Zoltan2
|
Defines helper functions for use in the models. More...
#include <Zoltan2_MeshAdapter.hpp>
Go to the source code of this file.
Namespaces | |
Zoltan2 | |
Functions | |
template<typename User > | |
RCP< Tpetra::CrsMatrix< int, typename MeshAdapter< User > ::lno_t, typename MeshAdapter < User >::gno_t, typename MeshAdapter< User >::node_t > > | Zoltan2::get2ndAdjsMatFromAdjs (const Teuchos::RCP< const MeshAdapter< User > > &ia, const RCP< const Comm< int > > comm, Zoltan2::MeshEntityType sourcetarget, Zoltan2::MeshEntityType through) |
template<typename User > | |
void | Zoltan2::get2ndAdjsViewFromAdjs (const Teuchos::RCP< const MeshAdapter< User > > &ia, const RCP< const Comm< int > > comm, Zoltan2::MeshEntityType sourcetarget, Zoltan2::MeshEntityType through, Teuchos::ArrayRCP< typename MeshAdapter< User >::offset_t > &offsets, Teuchos::ArrayRCP< typename MeshAdapter< User >::gno_t > &adjacencyIds) |
Defines helper functions for use in the models.
Definition in file Zoltan2_ModelHelpers.hpp.