12 #define BOOST_ALLOW_DEPRECATED_HEADERS
14 #include "static_scalar_solver.hpp"
17 using namespace StaticScalarSolver;
20 #pragma GCC diagnostic push
21 #pragma GCC diagnostic ignored "-Wunused-parameter"
26 types::material_id mid,
28 std::vector<double>& values)
const
30 Assert(r.size() == values.size(),
31 ExcDimensionMismatch(r.size(), values.size()));
33 for (
unsigned int i = 0; i < values.size(); i++)
40 types::material_id mid,
42 std::vector<double>& values)
const
44 Assert(r.size() == values.size(),
45 ExcDimensionMismatch(r.size(), values.size()));
47 for (
unsigned int i = 0; i < values.size(); i++)
54 types::material_id mid,
56 std::vector<Tensor<1, 2>>& values)
const
58 Assert(r.size() == values.size(),
59 ExcDimensionMismatch(r.size(), values.size()));
61 for (
unsigned int i = 0; i < values.size(); i++) {
70 const std::vector<Tensor<1, 2>>& n,
71 types::boundary_id bid,
72 types::material_id mid,
75 std::vector<double>& values)
const
77 Assert(r.size() == values.size(),
78 ExcDimensionMismatch(r.size(), values.size()));
80 for (
unsigned int i = 0; i < values.size(); i++)
87 const std::vector<Tensor<1, 2>>& n,
88 types::boundary_id bid,
89 types::material_id mid,
92 std::vector<double>& values)
const
94 Assert(r.size() == values.size(),
95 ExcDimensionMismatch(r.size(), values.size()));
97 for (
unsigned int i = 0; i < values.size(); i++)
104 const std::vector<Tensor<1, 2>>& n,
105 types::material_id mid,
108 std::vector<double>& values)
const
110 Assert(r.size() == values.size(),
111 ExcDimensionMismatch(r.size(), values.size()));
113 if ((cuid == 1) && (fuid == 2)) {
114 for (
unsigned int i = 0; i < values.size(); i++)
117 for (
unsigned int i = 0; i < values.size(); i++)
129 #pragma GCC diagnostic pop
void value_list(const std::vector< Point< dim >> &r, const std::vector< Tensor< 1, dim >> &n, types::material_id mid, unsigned int cuid, unsigned int fuid, std::vector< double > &values) const
Computes the right-hand side of the second continuity condition ( , , , or ).
void value_list(const std::vector< Point< dim >> &r, const std::vector< Tensor< 1, dim >> &n, types::boundary_id bid, types::material_id mid, unsigned int cuid, unsigned int fuid, std::vector< double > &values) const
Computes the coefficient at quadrature points.
void value_list(const std::vector< Point< dim >> &r, types::material_id mid, unsigned int cuid, std::vector< Tensor< 1, dim >> &values) const
Computes the two-dimensional free-current density on the right-hand side of the partial differential...
void value_list(const std::vector< Point< dim >> &r, types::material_id mid, unsigned int cuid, std::vector< double > &values) const
Computes the right-hand side of the div-grad partial differential equation at quadrature points.
void value_list(const std::vector< Point< dim >> &r, const std::vector< Tensor< 1, dim >> &n, types::boundary_id bid, types::material_id mid, unsigned int cuid, unsigned int fuid, std::vector< double > &values) const
Computes the right-hand side of the Robin boundary condition ( or ).
void value_list(const std::vector< Point< dim >> &r, types::material_id mid, unsigned int cuid, std::vector< double > &values) const
Computes the values of the coefficient at quadrature points.
virtual double value(const Point< dim > &r, const unsigned int component=0) const override final
Returns the value of weight at point r. All error norms, , , and , at point r will be multiplied by t...