mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
36 lines
701 B
C++
36 lines
701 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/incvis.hpp"
|
|
|
|
#include "vispar.hpp"
|
|
#include "mvdraw.hpp"
|
|
#include "soldata.hpp"
|
|
|
|
#include <complex>
|
|
|
|
namespace netgen
|
|
{
|
|
#include "vssolution.hpp"
|
|
#include "meshdoc.hpp"
|
|
}
|
|
|
|
|
|
#endif
|