Skip to content
Snippets Groups Projects
Commit 4df238c2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 8234b2cb
Branches
Tags
No related merge requests found
iOS: This directory contains the source code for Onelab/Mobile, the mobile version of
Onelab for iOS and Android devices.
Version: 1.0.0 Version: 1.0.0
SKU: 20140320
Description: Description:
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 (http://onelab.info) is a finite element package based on the open source
mesh generator Gmsh (http://gmsh.info) and the solver GetDP
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. (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.
===== =====
How to build the mobile version for iOS: Building the app for the iOS simulator:
http://onelab.info/wiki/Mobile
In short, if all the frameworks are installed in ./frameworks: * Put all dependencies (Gmsh, GetDP, PETSc, BLAS/LAPACK framworks) in ./frameworks
* cd ./build
* cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks;$HOME/src/getdp" ..
* make xcodeProject
* open Onelab/Onelab.xcodeproj
cd ./build Building the app for the iOS device:
cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks;$HOME/src/getdp" ..
make xcodeProject
open Onelab/Onelab.xcodeproj
In short, if all the frameworks are installed in ./frameworks_simulator: In short, if all the frameworks are installed in ./frameworks_simulator:
cd ./build_simulator * Put all dependencies (Gmsh, GetDP, PETSc, BLAS/LAPACK framworks) in ./frameworks_simulator
cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;$HOME/src/getdp" .. * cd ./build_simulator
make xcodeProject * cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;$HOME/src/getdp" ..
open Onelab/Onelab.xcodeproj * make xcodeProject
* open Onelab/Onelab.xcodeproj
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment