![]() |
Reference documentation for deal.II version 9.4.1
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
| Patch () | |
| bool | operator== (const Patch &patch) const |
| std::size_t | memory_consumption () const |
| void | swap (Patch< dim, spacedim > &other_patch) |
Static Public Member Functions | |
| static ::ExceptionBase & | ExcInvalidCombinationOfDimensions (int arg1, int arg2) |
Public Attributes | |
| Point< spacedim > | vertices [GeometryInfo< dim >::vertices_per_cell] |
| std::array< unsigned int, GeometryInfo< dim >::faces_per_cell > | neighbors |
| unsigned int | patch_index |
| unsigned int | n_subdivisions |
| Table< 2, float > | data |
| bool | points_are_available |
| ReferenceCell | reference_cell |
Static Public Attributes | |
| static const unsigned int | space_dim = spacedim |
| static const unsigned int | no_neighbor = numbers::invalid_unsigned_int |
Data structure describing a patch of data in dim space dimensions.
A patch consists of the following data:
See the general documentation of the DataOutBase class for more information on its contents and purposes. In the case of two dimensions, the next picture is an example of n_subdivisions = 4 because the number of (sub)cells within each patch is equal to 2dim.
Definition at line 246 of file data_out_base.h.