12 #ifndef ProjectAzToHxy_H__
13 #define ProjectAzToHxy_H__
15 #include "project_Hgrad_to_Hcurl.hpp"
17 namespace StaticScalarSolver {
95 template<
int stage = 1>
144 unsigned int mapping_degree,
145 const Triangulation<2>& triangulation_A,
146 const DoFHandler<2>& dof_handler_A,
147 const Vector<double>& solution_A,
148 std::string fname =
"Hxy",
149 const Function<2>* exact_solution =
nullptr,
150 bool print_time_tables =
false,
151 bool project_exact_solution =
false,
152 bool log_cg_convergence =
false,
153 bool write_higher_order_cells =
false)
164 project_exact_solution,
166 write_higher_order_cells)
Computes the two-dimensional auxiliary field from magnetic vector potential, , i....
ProjectAzToHxy(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="Hxy", 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.