Skip to content

OpenCMISS-Examples/linear_tet_mechanics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linear_tet_mechanics

Linear tet

Building the example

Instructions on how to configure and build with CMake:

git clone https://github.com/OpenCMISS-Examples/linear_tet_mechanics.git
mkdir build
cmake -DOpenCMISS_INSTALL_ROOT=/path/to/opencmiss/install ../linear_tet_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/linear_tet_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/linear_tet_mechanics.py

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

Prerequisites

None

License

Apache 2.0 License

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors