mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-23 12:35:39 +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 "soldata.hpp"
|
||
|
#include "mvdraw.hpp"
|
||
|
|
||
|
#include <complex>
|
||
|
|
||
|
namespace netgen
|
||
|
{
|
||
|
#include "vssolution.hpp"
|
||
|
#include "meshdoc.hpp"
|
||
|
}
|
||
|
|
||
|
|
||
|
#endif
|