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

Go to the source code of this file.

Namespaces

 Nektar
 The above copyright notice and this permission notice shall be included.
 
 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 42 of file MeshPartitionPtScotch.cpp.