Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
operators.h File Reference

Go to the source code of this file.

Classes

class  MatrixFreeOperators::Base< dim, VectorType, VectorizedArrayType >
 
class  MatrixFreeOperators::MGInterfaceOperator< OperatorType >
 
class  MatrixFreeOperators::CellwiseInverseMassMatrix< dim, fe_degree, n_components, Number, VectorizedArrayType >
 
class  MatrixFreeOperators::MassOperator< dim, fe_degree, n_q_points_1d, n_components, VectorType, VectorizedArrayType >
 
class  MatrixFreeOperators::LaplaceOperator< dim, fe_degree, n_q_points_1d, n_components, VectorType, VectorizedArrayType >
 

Namespaces

namespace  MatrixFreeOperators
 
namespace  MatrixFreeOperators::BlockHelper
 
namespace  MatrixFreeOperators::Implementation
 

Functions

template<typename VectorType >
std::enable_if_t< IsBlockVector< VectorType >::value, unsigned intMatrixFreeOperators::BlockHelper::n_blocks (const VectorType &vector)
 
template<typename VectorType >
std::enable_if_t<!IsBlockVector< VectorType >::value, unsigned intMatrixFreeOperators::BlockHelper::n_blocks (const VectorType &)
 
template<typename VectorType >
std::enable_if_t< IsBlockVector< VectorType >::value, typename VectorType::BlockType & > MatrixFreeOperators::BlockHelper::subblock (VectorType &vector, unsigned int block_no)
 
template<typename VectorType >
std::enable_if_t< IsBlockVector< VectorType >::value, const typename VectorType::BlockType & > MatrixFreeOperators::BlockHelper::subblock (const VectorType &vector, unsigned int block_no)
 
template<typename VectorType >
std::enable_if_t<!IsBlockVector< VectorType >::value, VectorType & > MatrixFreeOperators::BlockHelper::subblock (VectorType &vector, unsigned int)
 
template<typename VectorType >
std::enable_if_t<!IsBlockVector< VectorType >::value, const VectorType & > MatrixFreeOperators::BlockHelper::subblock (const VectorType &vector, unsigned int)
 
template<typename VectorType >
std::enable_if_t< IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes (VectorType &vector)
 
template<typename VectorType >
std::enable_if_t<!IsBlockVector< VectorType >::value, void > MatrixFreeOperators::BlockHelper::collect_sizes (const VectorType &)
 
template<typename VectorizedArrayType >
bool MatrixFreeOperators::Implementation::non_negative (const VectorizedArrayType &n)