![]() |
deal.II version GIT relicensing-2652-g41e7496fd4 2025-02-17 19:10:00+00:00
|
#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) |