From d3c5b9bd3cd55770b78b18097d043c872bba5862 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 10 Jun 2011 12:14:36 +0100 Subject: [PATCH] ENH: ReleaseNotes: added partialWrite --- ReleaseNotes-2.0.0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReleaseNotes-2.0.0 b/ReleaseNotes-2.0.0 index cf2f5ae5da..7056332c7e 100644 --- a/ReleaseNotes-2.0.0 +++ b/ReleaseNotes-2.0.0 @@ -297,6 +297,8 @@ triSurfaceMesh). + =nearWallFields=: constructs field with on selected patches interpolated internal field for further postprocessing. + + =partialWrite=: write some fields every time step (e.g. for + postprocessing) and others only every so often (for restart) + =coded=: uses the dynamic code compilation from =#codeStream= to provide an in-line functionObject. E.g. #+BEGIN_SRC c++