#include <string>
#include <numeric>
#include <cmath>
#include <algorithm>
#include <unordered_set>
#include <queue>
#include "system/global_defs.h"
#include "input/accessors.hh"
#include "input/input_type.hh"
#include "system/armadillo_tools.hh"
#include "mesh/mesh.h"
#include "mesh/bih_tree.hh"
#include "mesh/region.hh"
#include "io/observe.hh"
#include "io/output_data.hh"
#include "fem/mapping_p1.hh"
Go to the source code of this file.
| #define INSTANCE_DIM |
( |
|
dim | ) |
|
Value:Class template representing a field with values dependent on: point, element, and region...
void compute_field_values(Field< spacedim, Value > &field)
Definition at line 379 of file observe.cc.