netgen/ng/parallelfunc.hpp
Joachim Schoeberl 2d15141187 parallel mesh
2011-07-04 12:29:18 +00:00

15 lines
206 B
C++

#ifndef FILE_PARALLELFUNC
#define FILE_PARALLELFUNC
void ParallelRun();
void LoadPDEParallel ( const char* filename );
#ifdef NGSOLVE
// void NGS_ParallelRun ( const string & message);
#endif
#endif