mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
16 lines
207 B
C++
16 lines
207 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
|