12 #include <deal.II/base/types.h>
13 #define BOOST_ALLOW_DEPRECATED_HEADERS
15 #include "static_scalar_input.hpp"
18 using namespace StaticScalarSolver;
21 #pragma GCC diagnostic push
22 #pragma GCC diagnostic ignored "-Wunused-parameter"
27 types::material_id mid,
29 std::vector<double>& values)
const
31 Assert(r.size() == values.size(),
32 ExcDimensionMismatch(r.size(), values.size()));
34 for (
unsigned int i = 0; i < values.size(); i++)
41 types::material_id mid,
43 std::vector<double>& values)
const
45 Assert(r.size() == values.size(),
46 ExcDimensionMismatch(r.size(), values.size()));
48 for (
unsigned int i = 0; i < values.size(); i++)
55 types::material_id mid,
57 std::vector<double>& values)
const
59 Assert(r.size() == values.size(),
60 ExcDimensionMismatch(r.size(), values.size()));
62 for (
unsigned int i = 0; i < values.size(); i++) {
74 types::material_id mid,
76 std::vector<double>& values)
const
78 Assert(r.size() == values.size(),
79 ExcDimensionMismatch(r.size(), values.size()));
80 for (
unsigned int i = 0; i < values.size(); i++) {
92 types::material_id mid,
94 std::vector<Tensor<1, 2>>& values)
const
96 Assert(r.size() == values.size(),
97 ExcDimensionMismatch(r.size(), values.size()));
99 for (
unsigned int i = 0; i < values.size(); i++) {
108 types::material_id mid,
110 std::vector<Tensor<1, 3>>& values)
const
112 Assert(r.size() == values.size(),
113 ExcDimensionMismatch(r.size(), values.size()));
115 for (
unsigned int i = 0; i < values.size(); i++) {
125 const std::vector<Tensor<1, 2>>& n,
126 types::boundary_id bid,
127 types::material_id mid,
130 std::vector<double>& values)
const
132 Assert(r.size() == values.size(),
133 ExcDimensionMismatch(r.size(), values.size()));
135 for (
unsigned int i = 0; i < values.size(); i++)
142 const std::vector<Tensor<1, 3>>& n,
143 types::boundary_id bid,
144 types::material_id mid,
147 std::vector<double>& values)
const
149 Assert(r.size() == values.size(),
150 ExcDimensionMismatch(r.size(), values.size()));
152 for (
unsigned int i = 0; i < values.size(); i++)
159 const std::vector<Tensor<1, 2>>& n,
160 types::boundary_id bid,
161 types::material_id mid,
164 std::vector<double>& values)
const
167 Assert(r.size() == values.size(),
168 ExcDimensionMismatch(r.size(), values.size()));
170 for (
unsigned int i = 0; i < values.size(); i++)
177 const std::vector<Tensor<1, 3>>& n,
178 types::boundary_id bid,
179 types::material_id mid,
182 std::vector<double>& values)
const
185 Assert(r.size() == values.size(),
186 ExcDimensionMismatch(r.size(), values.size()));
188 for (
unsigned int i = 0; i < values.size(); i++)
195 const std::vector<Tensor<1, 2>>& n,
196 types::material_id mid,
199 std::vector<double>& values)
const
201 Assert(r.size() == values.size(),
202 ExcDimensionMismatch(r.size(), values.size()));
204 for (
unsigned int i = 0; i < values.size(); i++)
211 const std::vector<Tensor<1, 3>>& n,
212 types::material_id mid,
215 std::vector<double>& values)
const
217 Assert(r.size() == values.size(),
218 ExcDimensionMismatch(r.size(), values.size()));
220 for (
unsigned int i = 0; i < values.size(); i++)
238 #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...