netgen/libsrc/parallel/parallelfunc.hpp
Joachim Schoeberl 310cb00b13 autotools
2009-01-12 23:40:13 +00:00

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