Reference documentation for deal.II version GIT relicensing-487-ge9eb5ab491 2024-04-25 07:20: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
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)