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>
38 class MappingCollection;
57 template <
int dim,
int spacedim,
typename VectorType>
64 VectorType & rhs_vector,
72 template <
int dim,
int spacedim,
typename VectorType>
78 VectorType & rhs_vector,
85 template <
int dim,
int spacedim,
typename VectorType>
92 VectorType & rhs_vector,
99 template <
int dim,
int spacedim,
typename VectorType>
105 VectorType & rhs_vector,
118 template <
int dim,
int spacedim,
typename VectorType>
125 VectorType & rhs_vector,
126 const std::set<types::boundary_id> & boundary_ids =
127 std::set<types::boundary_id>());
136 template <
int dim,
int spacedim,
typename VectorType>
142 VectorType & rhs_vector,
143 const std::set<types::boundary_id> & boundary_ids =
144 std::set<types::boundary_id>());
152 template <
int dim,
int spacedim,
typename VectorType>
159 VectorType & rhs_vector,
160 const std::set<types::boundary_id> & boundary_ids =
161 std::set<types::boundary_id>());
171 template <
int dim,
int spacedim,
typename VectorType>
177 VectorType & rhs_vector,
178 const std::set<types::boundary_id> & boundary_ids =
179 std::set<types::boundary_id>());
Abstract base class for mapping classes.
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE