mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
16 lines
278 B
C++
16 lines
278 B
C++
#include <mystdlib.h>
|
|
|
|
#include <meshing.hpp>
|
|
#include "../include/nginterface.h"
|
|
|
|
void Ng_ClearSolutionData () { ; }
|
|
void Ng_InitSolutionData (Ng_SolutionData * soldata) { ; }
|
|
void Ng_SetSolutionData (Ng_SolutionData * soldata) { ; }
|
|
void Ng_Redraw (bool blocking) { ; }
|
|
|
|
|
|
|
|
|
|
|
|
|