deal.II version 9.7.0
\(\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
matrix_out.h File Reference

Go to the source code of this file.

Classes

class  MatrixOut
struct  MatrixOut::Options

Namespaces

namespace  internal
namespace  internal::MatrixOutImplementation

Functions

template<typename number>
double internal::MatrixOutImplementation::get_element (const ::SparseMatrix< number > &matrix, const types::global_dof_index i, const types::global_dof_index j)
template<typename number>
double internal::MatrixOutImplementation::get_element (const ::BlockSparseMatrix< number > &matrix, const types::global_dof_index i, const types::global_dof_index j)
double internal::MatrixOutImplementation::get_element (const TrilinosWrappers::SparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j)
double internal::MatrixOutImplementation::get_element (const TrilinosWrappers::BlockSparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j)
template<class Matrix>
double internal::MatrixOutImplementation::get_element (const Matrix &matrix, const types::global_dof_index i, const types::global_dof_index j)