1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-17 12:07:56 +05:00
2019-02-12 15:04:34 +01:00

31 lines
690 B
C++

#ifndef FILE_VISUAL
#define FILE_VISUAL
/* *************************************************************************/
/* File: visual.hpp */
/* Author: Joachim Schoeberl */
/* Date: 02. Dec. 01 */
/* *************************************************************************/
/*
Visualization
*/
// #ifdef PARALLEL
// #define PARALLELGL
// #endif
#include "../include/incopengl.hpp"
#include "vispar.hpp"
#include "soldata.hpp"
#include "mvdraw.hpp"
#include <complex>
#include "vssolution.hpp"
#include "meshdoc.hpp"
#endif