From 5acf6e46bfa6400daecd63e3ac7af5f050da25ed Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 20 Feb 2015 18:51:58 +0000 Subject: [PATCH] --- contrib/mobile/CMakeLists.txt | 2 -- contrib/mobile/README.txt | 31 +++++++++++-------------------- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/contrib/mobile/CMakeLists.txt b/contrib/mobile/CMakeLists.txt index 552ee3e740..a432175d3a 100644 --- a/contrib/mobile/CMakeLists.txt +++ b/contrib/mobile/CMakeLists.txt @@ -1,5 +1,3 @@ -# Library to use Onelab (Gmsh/GetDP) on Android or iOS - cmake_minimum_required(VERSION 2.8 FATAL_ERROR) if(APPLE) diff --git a/contrib/mobile/README.txt b/contrib/mobile/README.txt index d451b4e558..1028a0a767 100644 --- a/contrib/mobile/README.txt +++ b/contrib/mobile/README.txt @@ -1,30 +1,21 @@ This directory contains the source code for Onelab/Mobile, the mobile version of Onelab for iOS and Android devices. -Copyright (C) 2014 Christophe Geuzaine and Maxime Graulich, University of Liege +Copyright (C) 2014-2015 Christophe Geuzaine and Maxime Graulich, University of Liege -On iTunes: - -Onelab (http://onelab.info) is a finite element package based on the open source -mesh generator Gmsh (http://gmsh.info) and the solver GetDP +Onelab/Mobile (http://onelab.info) is a finite element package based on the open +source mesh generator Gmsh (http://gmsh.info) and the solver GetDP (http://getdp.info). It can be used to simulate a wide variety of multi-physic problems: electromagnetics, thermics, mechanics... -Onelab comes packaged with a selection of ready-to-use examples. New models can -be added through iTunes file sharing: see http://onelab.info/wiki/Mobile for -more information. - -https://itunes.apple.com/us/app/onelab/id845930897 - -On Google Play: - -Onelab (http://onelab.info) is a finite element package based on the open source -mesh generator Gmsh (http://gmsh.info) and the solver GetDP -(http://getdp.info). It can be used to simulate a wide variety of multi-physic -problems: electromagnetics, thermics, mechanics... - -Onelab comes packaged with a selection of ready-to-use examples. New models can -be opened directly on your device: see http://onelab.info/wiki/Mobile for more +Onelab/Mobile comes packaged with a selection of ready-to-use examples. New +models can be added through iTunes file sharing on iOS devices, or opened +directly on your devices on Android: see http://onelab.info/wiki/Mobile for more information. +Onelab/Mobile is available on the AppStore and the Google Play store: + +https://itunes.apple.com/us/app/onelab/id845930897 https://play.google.com/store/apps/details?id=org.geuz.onelab + +Sample scripts for building Onelab/Mobile are available in utils/onelab_*_build.sh -- GitLab