TUT: include geometricVoF library for interface sampling

This commit is contained in:
Mark Olesen
2020-06-17 10:55:24 +02:00
parent 01ec92fd35
commit 17ea2c544d
2 changed files with 4 additions and 5 deletions

View File

@ -56,7 +56,7 @@ functions
surfaces surfaces
{ {
type surfaces; type surfaces;
libs ("libsampling.so"); libs (geometricVoF sampling);
writeControl writeTime; writeControl writeTime;
surfaceFormat vtp; surfaceFormat vtp;

View File

@ -59,7 +59,7 @@ functions
surfaces surfaces
{ {
type surfaces; type surfaces;
libs ("libsampling.so"); libs (geometricVoF sampling);
writeControl writeTime; writeControl writeTime;
surfaceFormat vtp; surfaceFormat vtp;
@ -68,14 +68,13 @@ functions
interpolationScheme cell; interpolationScheme cell;
surfaces surfaces
( {
freeSurf freeSurf
{ {
type interface; type interface;
interpolate false; interpolate false;
} }
}
);
} }
} }