mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
14 lines
229 B
C++
14 lines
229 B
C++
#ifndef FEADAPTOR_HEADER
|
|
#define FEADAPTOR_HEADER
|
|
|
|
namespace FEAdaptor
|
|
{
|
|
void Initialize(int numScripts, char* scripts[]);
|
|
|
|
void Finalize();
|
|
|
|
void CoProcess(double time, unsigned int timeStep, bool lastTimeStep);
|
|
}
|
|
|
|
#endif
|