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++