Functions
Test-ExtendedStencil2.C File Reference

Test app for determining extended cell-to-cell stencil. More...

Include dependency graph for Test-ExtendedStencil2.C:

Go to the source code of this file.

Functions

void writeStencilOBJ (const fileName &fName, const point &fc, const List< point > &stencilCc)
 
void writeStencilStats (const labelListList &stencil)
 
int main (int argc, char *argv[])
 

Detailed Description

Test app for determining extended cell-to-cell stencil.

Original source file Test-ExtendedStencil2.C

Definition in file Test-ExtendedStencil2.C.

Function Documentation

◆ writeStencilOBJ()

void writeStencilOBJ ( const fileName fName,
const point fc,
const List< point > &  stencilCc 
)

Definition at line 45 of file Test-ExtendedStencil2.C.

References forAll, Foam::nl, and Foam::meshTools::writeOBJ().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeStencilStats()

void writeStencilStats ( const labelListList stencil)

Definition at line 67 of file Test-ExtendedStencil2.C.

References Foam::endl(), forAll, Foam::Info, Foam::labelMax, Foam::labelMin, Foam::max(), Foam::min(), Foam::nl, Foam::reduce(), and List::size().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

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