Skip to content
Snippets Groups Projects
Commit 17ea2c54 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: include geometricVoF library for interface sampling

parent 01ec92fd
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ functions
surfaces
{
type surfaces;
libs ("libsampling.so");
libs (geometricVoF sampling);
writeControl writeTime;
surfaceFormat vtp;
......
......@@ -59,7 +59,7 @@ functions
surfaces
{
type surfaces;
libs ("libsampling.so");
libs (geometricVoF sampling);
writeControl writeTime;
surfaceFormat vtp;
......@@ -68,14 +68,13 @@ functions
interpolationScheme cell;
surfaces
(
{
freeSurf
{
type interface;
interpolate false;
}
);
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment