Loading [MathJax]/extensions/TeX/newcommand.js
 |
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\}}
Go to the documentation of this file.
17 #include <deal.II/lac/affine_constraints.templates.h>
22 #include "affine_constraints.inst"
32 #define INSTANTIATE_DLTG_VECTOR(VectorType) \
33 template void AffineConstraints<VectorType::value_type>::condense< \
34 VectorType>(const VectorType &, VectorType &) const; \
36 AffineConstraints<VectorType::value_type>::condense<VectorType>( \
37 VectorType &) const; \
39 AffineConstraints<VectorType::value_type>::distribute_local_to_global< \
41 const Vector<VectorType::value_type> &, \
42 const std::vector<AffineConstraints<VectorType::value_type>::size_type> &, \
44 const FullMatrix<VectorType::value_type> &) const; \
46 AffineConstraints<VectorType::value_type>::distribute_local_to_global< \
48 const Vector<VectorType::value_type> &, \
49 const std::vector<AffineConstraints<VectorType::value_type>::size_type> &, \
50 const std::vector<AffineConstraints<VectorType::value_type>::size_type> &, \
52 const FullMatrix<VectorType::value_type> &, \
55 #define INSTANTIATE_DLTG_VECTORMATRIX(MatrixType, VectorType) \
56 template void AffineConstraints<MatrixType::value_type>:: \
57 distribute_local_to_global<MatrixType, VectorType>( \
58 const FullMatrix<MatrixType::value_type> &, \
59 const Vector<VectorType::value_type> &, \
60 const std::vector<AffineConstraints::size_type> &, \
64 std::integral_constant<bool, false>) const
66 #define INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(MatrixType, VectorType) \
67 template void AffineConstraints<MatrixType::value_type>:: \
68 distribute_local_to_global<MatrixType, VectorType>( \
69 const FullMatrix<MatrixType::value_type> &, \
70 const Vector<VectorType::value_type> &, \
71 const std::vector<AffineConstraints::size_type> &, \
75 std::integral_constant<bool, true>) const
77 #define INSTANTIATE_DLTG_MATRIX(MatrixType) \
79 AffineConstraints<MatrixType::value_type>::distribute_local_to_global< \
80 MatrixType>(const FullMatrix<MatrixType::value_type> &, \
81 const std::vector<AffineConstraints::size_type> &, \
82 const std::vector<AffineConstraints::size_type> &, \
83 MatrixType &) const; \
85 AffineConstraints<MatrixType::value_type>::distribute_local_to_global< \
86 MatrixType>(const FullMatrix<MatrixType::value_type> &, \
87 const std::vector<AffineConstraints::size_type> &, \
88 const AffineConstraints<MatrixType::value_type> &, \
89 const std::vector<AffineConstraints::size_type> &, \
92 #ifdef DEAL_II_WITH_PETSC
100 Vector<PetscScalar>);
105 Vector<PetscScalar>);
114 #ifdef DEAL_II_WITH_TRILINOS
142 #define SCRATCH_INITIALIZER(number, Name) \
143 AffineConstraintsData<number>::ScratchData scratch_data_initializer_##Name; \
145 Threads::ThreadLocalStorage<AffineConstraintsData<number>::ScratchData> \
146 AffineConstraintsData<number>::scratch_data( \
147 scratch_data_initializer_##Name)
151 #ifdef DEAL_II_WITH_COMPLEX_VALUES
155 #undef SCRATCH_INITIALIZER
#define INSTANTIATE_DLTG_VECTORMATRIX(MatrixType, VectorType)
SymmetricTensor< 2, dim, Number > d(const Tensor< 2, dim, Number > &F, const Tensor< 2, dim, Number > &dF_dt)
#define DEAL_II_NAMESPACE_OPEN
#define INSTANTIATE_DLTG_MATRIX(MatrixType)
#define DEAL_II_NAMESPACE_CLOSE
#define INSTANTIATE_DLTG_BLOCK_VECTORMATRIX(MatrixType, VectorType)
SCRATCH_INITIALIZER(double, d)
#define INSTANTIATE_DLTG_VECTOR(VectorType)