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++) {
46 types::material_id mid,
48 std::vector<double>& values)
const
50 Assert(r.size() == values.size(),
51 ExcDimensionMismatch(r.size(), values.size()));
53 for (
unsigned int i = 0; i < values.size(); i++)
60 types::material_id mid,
62 std::vector<Tensor<1, 2>>& values)
const
64 Assert(r.size() == values.size(),
65 ExcDimensionMismatch(r.size(), values.size()));
67 for (
unsigned int i = 0; i < values.size(); i++) {
76 const std::vector<Tensor<1, 2>>& n,
77 types::boundary_id bid,
78 types::material_id mid,
81 std::vector<double>& values)
const
83 Assert(r.size() == values.size(),
84 ExcDimensionMismatch(r.size(), values.size()));
86 for (
unsigned int i = 0; i < values.size(); i++)
93 const std::vector<Tensor<1, 2>>& n,
94 types::boundary_id bid,
95 types::material_id mid,
98 std::vector<double>& values)
const
101 Assert(r.size() == values.size(),
102 ExcDimensionMismatch(r.size(), values.size()));
104 for (
unsigned int i = 0; i < values.size(); i++)
111 const std::vector<Tensor<1, 2>>& n,
112 types::material_id mid,
115 std::vector<double>& values)
const
117 Assert(r.size() == values.size(),
118 ExcDimensionMismatch(r.size(), values.size()));
120 for (
unsigned int i = 0; i < values.size(); i++)
131 #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...