mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
16 lines
204 B
C++
16 lines
204 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
|