12 #ifndef ProjectTzToJxy_H__
13 #define ProjectTzToJxy_H__
15 #include "project_Hgrad_to_Hdiv.hpp"
17 namespace StaticScalarSolver {
98 template<
int stage = 1>
145 unsigned int mapping_degree,
146 const Triangulation<2>& triangulation_T,
147 const DoFHandler<2>& dof_handler_T,
148 const Vector<double>& solution_T,
149 std::string fname =
"Jxy",
150 const Function<2>* exact_solution =
nullptr,
151 bool print_time_tables =
false,
152 bool project_exact_solution =
false,
153 bool log_cg_convergence =
false,
154 bool write_higher_order_cells =
false)
165 project_exact_solution,
167 write_higher_order_cells)
Computes the two-dimensional free-current density as a vector curl of the current vector potential,...
ProjectTzToJxy(unsigned int p, unsigned int mapping_degree, const Triangulation< 2 > &triangulation_T, const DoFHandler< 2 > &dof_handler_T, const Vector< double > &solution_T, std::string fname="Jxy", 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.