netgen/ng/parallelfunc.hpp

15 lines
206 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#ifndef FILE_PARALLELFUNC
#define FILE_PARALLELFUNC
void ParallelRun();
void LoadPDEParallel ( const char* filename );
#ifdef NGSOLVE
2011-02-14 18:01:51 +05:00
// void NGS_ParallelRun ( const string & message);
2009-01-13 04:40:13 +05:00
#endif
#endif