Skip to content

coprigent/Medit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%