31 lines
690 B
C++
Raw Normal View History

2009-01-12 23:40:13 +00:00
#ifndef FILE_VISUAL
#define FILE_VISUAL
/* *************************************************************************/
/* File: visual.hpp */
/* Author: Joachim Schoeberl */
/* Date: 02. Dec. 01 */
/* *************************************************************************/
/*
Visualization
*/
2019-02-12 15:01:34 +01:00
// #ifdef PARALLEL
// #define PARALLELGL
// #endif
2009-01-25 02:54:27 +00:00
2014-10-08 12:46:25 +00:00
#include "../include/incopengl.hpp"
2009-01-12 23:40:13 +00:00
2009-07-20 08:36:36 +00:00
#include "vispar.hpp"
2009-01-12 23:40:13 +00:00
#include "soldata.hpp"
2012-08-30 13:40:17 +00:00
#include "mvdraw.hpp"
2009-07-20 08:36:36 +00:00
2009-08-24 00:03:40 +00:00
#include <complex>
2009-01-12 23:40:13 +00:00
#include "vssolution.hpp"
#include "meshdoc.hpp"
2009-07-20 08:36:36 +00:00
2009-01-12 23:40:13 +00:00
#endif