/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ type sets; libs ("libsampling.so"); executeControl writeTime; writeControl writeTime; interpolationScheme cellPoint; setFormat raw; sets ( points { type points; ordered $ordered; points $points; } ); // ************************************************************************* //