16#ifndef dealii_vector_tools_rhs_h
17#define dealii_vector_tools_rhs_h
25template <
typename number>
27template <
int dim,
int spacedim>
29template <
int dim,
typename Number>
31template <
int dim,
int spacedim>
37 template <
int dim,
int spacedim>
39 template <
int dim,
int spacedim>
40 class MappingCollection;
59 template <
int dim,
int spacedim,
typename VectorType>
66 VectorType & rhs_vector,
74 template <
int dim,
int spacedim,
typename VectorType>
80 VectorType & rhs_vector,
87 template <
int dim,
int spacedim,
typename VectorType>
94 VectorType & rhs_vector,
101 template <
int dim,
int spacedim,
typename VectorType>
107 VectorType & rhs_vector,
120 template <
int dim,
int spacedim,
typename VectorType>
127 VectorType & rhs_vector,
128 const std::set<types::boundary_id> & boundary_ids =
129 std::set<types::boundary_id>());
138 template <
int dim,
int spacedim,
typename VectorType>
144 VectorType & rhs_vector,
145 const std::set<types::boundary_id> & boundary_ids =
146 std::set<types::boundary_id>());
154 template <
int dim,
int spacedim,
typename VectorType>
161 VectorType & rhs_vector,
162 const std::set<types::boundary_id> & boundary_ids =
163 std::set<types::boundary_id>());
173 template <
int dim,
int spacedim,
typename VectorType>
179 VectorType & rhs_vector,
180 const std::set<types::boundary_id> & boundary_ids =
181 std::set<types::boundary_id>());
Abstract base class for mapping classes.
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE