12 #ifndef ProjectAphiToHrz_H__
13 #define ProjectAphiToHrz_H__
15 #include "project_Hgrad_to_Hcurl.hpp"
17 namespace StaticScalarSolver {
100 template<
int stage = 1>
146 unsigned int mapping_degree,
147 const Triangulation<2>& triangulation_A,
148 const DoFHandler<2>& dof_handler_A,
149 const Vector<double>& solution_A,
150 std::string fname =
"Hrz",
151 const Function<2>* exact_solution =
nullptr,
152 bool print_time_tables =
false,
153 bool project_exact_solution =
false,
154 bool log_cg_convergence =
false,
155 bool write_higher_order_cells =
false)
166 project_exact_solution,
168 write_higher_order_cells)
Computes the two-dimensional scaled auxiliary field from scaled magnetic vector potential,...
ProjectAphiToHrz(unsigned int p, unsigned int mapping_degree, const Triangulation< 2 > &triangulation_A, const DoFHandler< 2 > &dof_handler_A, const Vector< double > &solution_A, std::string fname="Hrz", const Function< 2 > *exact_solution=nullptr, bool print_time_tables=false, bool project_exact_solution=false, bool log_cg_convergence=false, bool write_higher_order_cells=false)
The only constructor.