#include <deal.II/numerics/vector_tools_rhs.templates.h>
#include "vector_tools_rhs.inst"
Go to the source code of this file.
|
template<> |
void | VectorTools::create_boundary_right_hand_side (const Mapping< 1, 1 > &, const DoFHandler< 1, 1 > &, const Quadrature< 0 > &, const Function< 1 > &, Vector< double > &, const std::set< types::boundary_id > &) |
|
template<> |
void | VectorTools::create_boundary_right_hand_side (const Mapping< 1, 2 > &, const DoFHandler< 1, 2 > &, const Quadrature< 0 > &, const Function< 2 > &, Vector< double > &, const std::set< types::boundary_id > &) |
|