Reference documentation for deal.II version 9.2.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\}}\)
Classes | Typedefs
affine_constraints.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/index_set.h>
#include <deal.II/base/subscriptor.h>
#include <deal.II/base/table.h>
#include <deal.II/base/template_constraints.h>
#include <deal.II/lac/vector.h>
#include <deal.II/lac/vector_element_access.h>
#include <boost/range/iterator_range.hpp>
#include <set>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  AffineConstraints< number >
 
struct  AffineConstraints< number >::ConstraintLine
 
class  BlockMatrixBase< MatrixType >
 
class  BlockSparsityPatternBase< SparsityPatternType >
 
class  BlockSparseMatrixEZ< Number >
 
struct  IsBlockMatrix< MatrixType >
 
struct  IsBlockMatrix< MatrixType >::yes_type
 
struct  IsBlockMatrix< MatrixType >::no_type
 

Typedefs

using ConstraintMatrix = AffineConstraints< double >
 

Typedef Documentation

◆ ConstraintMatrix

ConstraintMatrix has been renamed to AffineConstraints. Provide a compatibility alias that defaults to AffineConstraints<double>.

Definition at line 89 of file affine_constraints.h.