33 using curl_type = dealii::Tensor<1, dim == 2 ? 1 : dim, Number>;
36 const std::string &subsection)
37 : ParameterAcceptor(subsection +
"/" + name)
48 "dirichlet boundaries",
49 dirichlet_boundaries_,
50 "A list of hyperbolic boundary types where homogeneous boundary "
51 "conditions will be enforced on the potential.");
90 const std::string name_;
91 std::set<dealii::types::boundary_id> dirichlet_boundaries_;