Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Functions
trilinos_index_access.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/types.h>
#include <Epetra_BlockMap.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_MultiVector.h>

Go to the source code of this file.

Namespaces

namespace  TrilinosWrappers
 

Functions

TrilinosWrappers::types::int64_type TrilinosWrappers::n_global_elements (const Epetra_BlockMap &map)
 
TrilinosWrappers::types::int_type TrilinosWrappers::min_my_gid (const Epetra_BlockMap &map)
 
TrilinosWrappers::types::int_type TrilinosWrappers::max_my_gid (const Epetra_BlockMap &map)
 
TrilinosWrappers::types::int_type TrilinosWrappers::global_index (const Epetra_BlockMap &map, const ::types::global_dof_index i)
 
TrilinosWrappers::types::int_typeTrilinosWrappers::my_global_elements (const Epetra_BlockMap &map)
 
TrilinosWrappers::types::int_type TrilinosWrappers::n_global_rows (const Epetra_CrsGraph &graph)
 
TrilinosWrappers::types::int_type TrilinosWrappers::n_global_cols (const Epetra_CrsGraph &graph)
 
TrilinosWrappers::types::int64_type TrilinosWrappers::n_global_entries (const Epetra_CrsGraph &graph)
 
TrilinosWrappers::types::int_type TrilinosWrappers::global_row_index (const Epetra_CrsMatrix &matrix, const ::types::global_dof_index i)
 
TrilinosWrappers::types::int_type TrilinosWrappers::global_column_index (const Epetra_CrsMatrix &matrix, const ::types::global_dof_index i)
 
TrilinosWrappers::types::int_type TrilinosWrappers::global_length (const Epetra_MultiVector &vector)
 
TrilinosWrappers::types::int_type TrilinosWrappers::n_global_rows (const Epetra_RowMatrix &matrix)