Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
Zoltan2_ModelHelpers.hpp File Reference

Defines helper functions for use in the models. More...

#include <Zoltan2_MeshAdapter.hpp>
Include dependency graph for Zoltan2_ModelHelpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

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)
 

Detailed Description

Defines helper functions for use in the models.

Definition in file Zoltan2_ModelHelpers.hpp.