Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
bab5f691
Commit
bab5f691
authored
11 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
4df238c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/mobile/README.txt
+17
-15
17 additions, 15 deletions
contrib/mobile/README.txt
with
17 additions
and
15 deletions
contrib/mobile/README.txt
+
17
−
15
View file @
bab5f691
...
@@ -3,10 +3,12 @@ Onelab for iOS and Android devices.
...
@@ -3,10 +3,12 @@ Onelab for iOS and Android devices.
Version: 1.0.0
Version: 1.0.0
Description:
== iOS ==
Onelab (http://onelab.info) is a finite element package based on the open source
= Apple AppStore description =
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
(http://getdp.info). It can be used to simulate a wide variety of multi-physic
problems: electromagnetics, thermics, mechanics...
problems: electromagnetics, thermics, mechanics...
...
@@ -14,22 +16,22 @@ Onelab comes packaged with a selection of ready-to-use examples. New models can
...
@@ -14,22 +16,22 @@ 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
be added through iTunes file sharing: see http://onelab.info/wiki/Mobile for
more information.
more information.
=====
= iOS build instructions =
Building the app for the iOS simulator:
* 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
Building the app for the iOS device:
See http://onelab.info/wiki/Mobile
In short, if all the frameworks are installed in ./frameworks_simulator:
Quick guide if all the dependencies (GetDP, Gmsh, PETSc, BLAS, LAPACK
frameworks) are already installed in ./frameworks_simulator:
* Put all dependencies (Gmsh, GetDP, PETSc, BLAS/LAPACK framworks) in ./frameworks_simulator
* cd ./build_simulator
* cd ./build_simulator
* cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;$HOME/src/getdp" ..
* cmake -DCMAKE_PREFIX_PATH="$HOME/src/gmsh/contrib/mobile/frameworks_simulator;$HOME/src/getdp" ..
* make xcodeProject
* make xcodeProject
* open Onelab/Onelab.xcodeproj
* open Onelab/Onelab.xcodeproj
== Android ==
= Google Play store description =
= Android build instructions =
See http://onelab.info/wiki/Mobile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment