foamVtuSizing.C File Reference
Include dependency graph for foamVtuSizing.C:

Go to the source code of this file.

Macros

#define CHECK_SIZING(what, sizeInput, sizeExpected)
 
#define definePopulateInternalMethod(Type)
 

Detailed Description

Original source file foamVtuSizing.C

Definition in file foamVtuSizing.C.

Macro Definition Documentation

◆ CHECK_SIZING

#define CHECK_SIZING (   what,
  sizeInput,
  sizeExpected 
)
Value:
if (sizeInput != sizeExpected) \
{ \
if (!nErrors++) \
{ \
FatalErrorInFunction << "VTK sizing error" << nl; \
} \
FatalError \
<< " " << what << " size=" << sizeInput \
<< " expected " << sizeExpected << nl; \
}
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Definition: error.H:453

◆ definePopulateInternalMethod

#define definePopulateInternalMethod (   Type)

Definition at line 707 of file foamVtuSizing.C.