Skip to content

Commit

Permalink
Adding hermite prolate spheroid mechanics example
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadBabarendaGamage committed Dec 14, 2017
1 parent 80f0771 commit 168b574
Show file tree
Hide file tree
Showing 7 changed files with 2,076 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Linux temporary files
*~
# Text files
stdout.txt
# Python files
*.pyc
40 changes: 40 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
==================================
hermite_prolate_spheroid_mechanics
==================================

Hermite prolate spheroid

Building the example
====================

Instructions on how to configure and build with CMake::

git clone https://github.com/OpenCMISS-Examples/hermite_prolate_spheroid_mechanics.git
mkdir build
cmake -DOpenCMISSLibs_DIR=/path/to/opencmisslib/install ../hermite_prolate_spheroid_mechanics
make # cmake --build . will also work here and is much more platform agnostic.

Running the example
===================

Explain how the example is run::

cd build
./src/fortran/hermite_prolate_spheroid_mechanics.F90

or maybe it is a Python only example::

source /path/to/opencmisslibs/install/virtaul_environments/oclibs_venv_pyXY_release/bin/activate
python src/python/hermite_prolate_spheroid_mechanics.py

where the XY in the path are the Python major and minor versions respectively.

Prerequisites
=============

None

License
=======

Apache 2.0 License
Loading

0 comments on commit 168b574

Please sign in to comment.