diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c7e65e3d8b46470f1748aa2e8fed0c550997008..6d84c18d135999def7c1defd8de0a19026883a85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # gitlab-ci file for fpm default: - image: rboman/waves-py3:2020.3 + image: rboman/waves-py3:latest before_script: - source /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/tbb/bin/tbbvars.sh intel64 diff --git a/README.md b/README.md index 1650e532c977f98b427792bdc1dac5b14ed9fa05..ac20cc23ed99d60edbe62f2b96dd853d4721425b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # fpm -Field panel method for solving transonic flows using the full potential equation +Field panel method for solving transonic flows using the full potential equation\ +University of Liège\ +:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out. 