From 20f6f69719bdb01f42b70b39cd526f3cc7607164 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 7 Mar 2018 22:59:42 +0100 Subject: [PATCH] up --- onelab.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/onelab.html b/onelab.html index 279e5c4..ed7eac8 100644 --- a/onelab.html +++ b/onelab.html @@ -88,10 +88,8 @@ easily interfaced as well. module. This is what <a href="http://getdp.info">GetDP</a> (a finite element solver for electromagnetism, heat transfer, acoustics and generic PDEs), <a href="http://gmsh.info">Gmsh</a> (a mesh generator with built-in - CAD engine and post-processor) and ONELAB mobile app (GetDP and Gmsh - on <a href="https://itunes.apple.com/us/app/onelab/id845930897">iOS</a> - and <a href="https://play.google.com/store/apps/details?id=org.geuz.onelab">Android</a>) - do. Any C++ and Python code can do the same. + CAD engine and post-processor) and the ONELAB mobile app do. Any C++ and + Python code can do the same. <li>By preprocessing the input files of any software. The different steps of a simulation (meshing, solving, post-processing) are then controlled by a python script, which dynamically regenerates the input -- GitLab