netgen/ng/parallelfunc.hpp

16 lines
204 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
void NGS_ParallelRun ( const string & message);
#endif
#endif