12 #ifndef ProjectAphiToBrz_H__
13 #define ProjectAphiToBrz_H__
15 #include "project_Hgrad_to_Hdiv.hpp"
17 namespace StaticScalarSolver {
101 template<
int stage = 1>
148 unsigned int mapping_degree,
149 const Triangulation<2>& triangulation_A,
150 const DoFHandler<2>& dof_handler_A,
151 const Vector<double>& solution_A,
152 std::string fname =
"Brz",
153 const Function<2>* exact_solution =
nullptr,
154 bool print_time_tables =
false,
155 bool project_exact_solution =
false,
156 bool log_cg_convergence =
false,
157 bool write_higher_order_cells =
false)
168 project_exact_solution,
170 write_higher_order_cells)
Computes the two-dimensional scaled magnetic field as a vector curl of the scaled magnetic vector po...
ProjectAphiToBrz(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="Brz", 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.