2009-01-13 04:40:13 +05:00
|
|
|
#ifndef FILE_VISUAL
|
|
|
|
#define FILE_VISUAL
|
|
|
|
|
|
|
|
/* *************************************************************************/
|
|
|
|
/* File: visual.hpp */
|
|
|
|
/* Author: Joachim Schoeberl */
|
|
|
|
/* Date: 02. Dec. 01 */
|
|
|
|
/* *************************************************************************/
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
Visualization
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2009-01-25 17:14:08 +05:00
|
|
|
#ifdef PARALLEL
|
2009-01-25 07:54:27 +05:00
|
|
|
#define PARALLELGL
|
2009-01-25 17:14:08 +05:00
|
|
|
#endif
|
2009-01-25 07:54:27 +05:00
|
|
|
|
2009-01-13 04:40:13 +05:00
|
|
|
#include "../include/incvis.hpp"
|
|
|
|
|
|
|
|
namespace netgen
|
|
|
|
{
|
|
|
|
#include "mvdraw.hpp"
|
|
|
|
#include "soldata.hpp"
|
|
|
|
#include "vssolution.hpp"
|
|
|
|
#include "meshdoc.hpp"
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|