|
Reference documentation for deal.II version 9.2.0
|
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\)
\(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\)
\(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\)
\(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Go to the documentation of this file.
17 #ifndef dealii_mesh_worker_output_h
18 #define dealii_mesh_worker_output_h
117 template <
typename T>
146 template <
typename T>
208 const unsigned int patch_dim =
210 const unsigned int row_length =
n_points;
214 const unsigned int row_length2 =
215 (patch_dim == 1) ? row_length : (row_length * row_length);
221 for (
unsigned int k = 0; k < np; ++k)
223 if (k % row_length == 0)
225 if (k % row_length2 == 0)
228 for (
unsigned int i = 0; i < nv; ++i)
SymmetricTensor< 2, dim, Number > d(const Tensor< 2, dim, Number > &F, const Tensor< 2, dim, Number > &dF_dt)
void initialize_quadrature(const unsigned int np, const unsigned int nv)
void assemble(const DoFInfo< dim > &info)
#define DEAL_II_NAMESPACE_OPEN
void initialize_info(DoFInfo< dim > &info, bool face)
double & quadrature_value(const unsigned int k, const unsigned int i)
#define AssertDimension(dim1, dim2)
unsigned int n_quadrature_values() const
void initialize_stream(std::ostream &stream)
static const unsigned int invalid_unsigned_int
void write(const T &t) const
#define DEAL_II_NAMESPACE_CLOSE
unsigned int n_quadrature_points() const
void initialize(const unsigned int n_points, const unsigned int n_vectors)