Sbai7 / Medit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medit Build Status

OpenGL-based scientific visualization software

Medit was developped to visualize numerical simulation results on unstructured meshes in two and three dimensions. Scalar, vector and tensor fields can be easily associated and displayed with meshes.

Installation

In a terminal, clone this repository:

git clone https://github.com/ISCDtoolbox/Medit.git

navigate to the downloaded directory:

cd Medit

then create build directory and compile the project using cmake

mkdir build
cd build
cmake ..
make
make install

Usage

Remark :

  • The experimental branch feature/multi-sols allows the visualisation of a solution field stored in a .sol file that contains multiple solution fields.

About


Languages

Language:C 99.5%Language:CMake 0.5%