#include <fe/fe.h>
#include <fe/fe_values.h>
-#include <fe/mapping_q1.h>
-
-//Todo: Do this more clever
-static MappingQ1<deal_II_dimension> mapping;
-
#ifdef DEAL_II_USE_MT
#include <base/thread_management.h>
#endif
QTrapez<1> q_trapez;
QIterated<dim-1> patch_points (q_trapez, data.n_subdivisions);
- FEFaceValues<dim> fe_patch_values(mapping,
- dofs->get_fe(),
+ FEFaceValues<dim> fe_patch_values(dofs->get_fe(),
patch_points,
update_values);
#include <dofs/dof_handler.h>
#include <dofs/dof_accessor.h>
#include <grid/tria_iterator.h>
-#include <fe/mapping_q1.h>
#include <fe/fe.h>
#include <fe/fe_values.h>
-//Todo: Do this more clever
-static MappingQ1<deal_II_dimension> mapping;
-
#ifdef DEAL_II_USE_MT
#include <base/thread_management.h>
#endif
QTrapez<1> q_trapez;
QIterated<dim> patch_points (q_trapez, data.n_subdivisions);
- FEValues<dim> fe_patch_values(mapping,
- dofs->get_fe(),
+ FEValues<dim> fe_patch_values(dofs->get_fe(),
patch_points,
update_values);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams