Reference documentation for deal.II version 9.5.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
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
internal::MatrixSelector< VectorType > Struct Template Reference

#include <deal.II/multigrid/mg_transfer.h>

Public Types

using Sparsity = ::SparsityPattern
 
using Matrix = ::SparseMatrix< typename VectorType::value_type >
 

Static Public Member Functions

template<typename SparsityPatternType , int dim, int spacedim>
static void reinit (Matrix &matrix, Sparsity &sparsity, int level, const SparsityPatternType &sp, const DoFHandler< dim, spacedim > &)
 

Static Public Attributes

static const bool requires_distributed_sparsity_pattern = false
 

Detailed Description

template<typename VectorType>
struct internal::MatrixSelector< VectorType >

Definition at line 49 of file mg_transfer.h.

Member Typedef Documentation

◆ Sparsity

template<typename VectorType >
using internal::MatrixSelector< VectorType >::Sparsity = ::SparsityPattern

Definition at line 51 of file mg_transfer.h.

◆ Matrix

template<typename VectorType >
using internal::MatrixSelector< VectorType >::Matrix = ::SparseMatrix<typename VectorType::value_type>

Definition at line 52 of file mg_transfer.h.

Member Function Documentation

◆ reinit()

template<typename VectorType >
template<typename SparsityPatternType , int dim, int spacedim>
static void internal::MatrixSelector< VectorType >::reinit ( Matrix matrix,
Sparsity sparsity,
int  level,
const SparsityPatternType &  sp,
const DoFHandler< dim, spacedim > &   
)
inlinestatic

Definition at line 58 of file mg_transfer.h.

Member Data Documentation

◆ requires_distributed_sparsity_pattern

template<typename VectorType >
const bool internal::MatrixSelector< VectorType >::requires_distributed_sparsity_pattern = false
static

Definition at line 54 of file mg_transfer.h.


The documentation for this struct was generated from the following file: