Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 859 Bytes

File metadata and controls

41 lines (27 loc) · 859 Bytes

simple_shear

Simple shear of a cube

Building the example

Instructions on how to configure and build with CMake:

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

Running the example

Explain how the example is run:

./src/fortran/simple_shear.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/simple_shear.py

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

Prerequisites

None

License

Apache 2.0 License