Nektar++
Namespaces | Macros
MeshPartitionPtScotch.cpp File Reference
#include <LibUtilities/Communication/CommMpi.h>
#include <SpatialDomains/MeshPartitionPtScotch.h>
#include <ptscotch.h>

Go to the source code of this file.

Namespaces

namespace  Nektar
 
namespace  Nektar::SpatialDomains
 

Macros

#define SCOTCH_CALL(scotchFunc, args)
 

Macro Definition Documentation

◆ SCOTCH_CALL

#define SCOTCH_CALL (   scotchFunc,
  args 
)
Value:
{ \
ASSERTL0(scotchFunc args == 0, \
std::string("Error in Scotch calling function ") + \
std::string(#scotchFunc)); \
}

Definition at line 40 of file MeshPartitionPtScotch.cpp.