Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3067-g24f3489fdc 2025-04-14 21:10:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Classes | Namespaces | Functions
matrix_out.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/data_out_base.h>
#include <deal.II/lac/block_sparse_matrix.h>
#include <deal.II/lac/sparse_matrix.h>
#include <deal.II/lac/trilinos_block_sparse_matrix.h>
#include <deal.II/lac/trilinos_sparse_matrix.h>

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)