mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
27 lines
614 B
C++
27 lines
614 B
C++
|
#ifndef FILE_VISUAL
|
||
|
#define FILE_VISUAL
|
||
|
|
||
|
/* *************************************************************************/
|
||
|
/* File: visual.hpp */
|
||
|
/* Author: Joachim Schoeberl */
|
||
|
/* Date: 02. Dec. 01 */
|
||
|
/* *************************************************************************/
|
||
|
|
||
|
/*
|
||
|
|
||
|
Visualization
|
||
|
|
||
|
*/
|
||
|
|
||
|
#include "../include/incvis.hpp"
|
||
|
|
||
|
namespace netgen
|
||
|
{
|
||
|
#include "mvdraw.hpp"
|
||
|
#include "soldata.hpp"
|
||
|
#include "vssolution.hpp"
|
||
|
#include "meshdoc.hpp"
|
||
|
}
|
||
|
|
||
|
#endif
|