- this makes it possible to perform additional operations on surface values that have been previously sampled. - support vectorField for weighting operations. - reduce overhead by avoiding creation of weight fields, Sf fields and combined surface geometries unless they are actually required. - extend some similar concepts and operations to volFieldValue
15 lines
518 B
C++
15 lines
518 B
C++
// -*- C++ -*-
|
|
|
|
// ************************************************************************* //
|
|
|
|
#include "fieldTransfer"
|
|
#include "avg-tracer0"
|
|
#include "sum-tracer0"
|
|
// #include "sum-tracer0Mean"
|
|
|
|
// #include "averaging.1612" // generate time-averaged fields
|
|
// #include "spatialDeviation.1612" // spatial deviation compared to a mean field
|
|
// #include "statistics.1612" // transcribe volume fields -> surface
|
|
|
|
// ************************************************************************* //
|