Functions
removeSurfaceFacets.C File Reference

Reads the surface mesh, remove the selected facets and writes the modified mesh into a new file. More...

Include dependency graph for removeSurfaceFacets.C:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Detailed Description

Reads the surface mesh, remove the selected facets and writes the modified mesh into a new file.

Original source file removeSurfaceFacets.C

Definition in file removeSurfaceFacets.C.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

read the input surface

remove the selected facets

write the modified surface mesh

Definition at line 38 of file removeSurfaceFacets.C.

References args, argList::args(), Foam::endl(), Foam::Info, argList::noParallel(), triSurfaceRemoveFacets::removeFacets(), triSurfaceRemoveFacets::selectFacetsInPatch(), argList::validArgs, and triSurf::writeSurface().

Here is the call graph for this function: