12 #ifndef ProjectAzToBxy_H__
13 #define ProjectAzToBxy_H__
15 #include "project_Hgrad_to_Hdiv.hpp"
17 namespace StaticScalarSolver {
96 template<
int stage = 1>
143 unsigned int mapping_degree,
144 const Triangulation<2>& triangulation_A,
145 const DoFHandler<2>& dof_handler_A,
146 const Vector<double>& solution_A,
147 std::string fname =
"Bxy",
148 const Function<2>* exact_solution =
nullptr,
149 bool print_time_tables =
false,
150 bool project_exact_solution =
false,
151 bool log_cg_convergence =
false,
152 bool write_higher_order_cells =
false)
163 project_exact_solution,
165 write_higher_order_cells)
Computes the two-dimensional magnetic field as a vector curl of the magnetic vector potential,...
ProjectAzToBxy(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="Bxy", 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.