17 #ifndef dealii_mesh_worker_output_h 18 #define dealii_mesh_worker_output_h 20 #include <deal.II/base/mg_level_object.h> 21 #include <deal.II/base/smartpointer.h> 22 #include <deal.II/base/utilities.h> 24 #include <deal.II/lac/block_vector.h> 26 #include <deal.II/meshworker/dof_info.h> 29 DEAL_II_NAMESPACE_OPEN
115 template <
typename T>
117 write(
const T &t)
const;
144 template <
typename T>
159 deallog << std::endl;
166 : n_vectors(
numbers::invalid_unsigned_int)
167 , n_points(
numbers::invalid_unsigned_int)
206 const unsigned int patch_dim =
208 const unsigned int row_length =
n_points;
212 const unsigned int row_length2 =
213 (patch_dim == 1) ? row_length : (row_length * row_length);
219 for (
unsigned int k = 0; k < np; ++k)
221 if (k % row_length == 0)
223 if (k % row_length2 == 0)
226 for (
unsigned int i = 0; i < nv; ++i)
246 DEAL_II_NAMESPACE_CLOSE
static const unsigned int invalid_unsigned_int
#define AssertDimension(dim1, dim2)
unsigned int n_quadrature_values() const
void assemble(const DoFInfo< dim > &info)
void initialize_quadrature(unsigned int np, unsigned int nv)
number & quadrature_value(unsigned int k, unsigned int i)
void write(const T &t) const
void initialize_info(DoFInfo< dim > &info, bool face)
void initialize(const unsigned int n_points, const unsigned int n_vectors)
void initialize_stream(std::ostream &stream)
unsigned int n_quadrature_points() const