From 1f0ee23bd47262385b73b5764f90de1b84fb379e Mon Sep 17 00:00:00 2001 From: Nicolas Marsic <marsic@temf.tu-darmstadt.de> Date: Thu, 10 Aug 2017 13:29:45 +0200 Subject: [PATCH] updating old readmes --- example/maxwell_linear/README.md | 15 ++------------- example/maxwell_sibc/README.md | 15 ++------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/example/maxwell_linear/README.md b/example/maxwell_linear/README.md index cd94c1b..ceb0285 100644 --- a/example/maxwell_linear/README.md +++ b/example/maxwell_linear/README.md @@ -7,19 +7,8 @@ to test cim.py. The [Makefile](Makefile) will first mesh the geometry [square.geo](square.geo) by calling [Gmsh](http://gmsh.info). Afterwards, cim.py is called. The [GetDP](http://getdp.info) formulation is -located in [maxwell.pro](maxwell.pro). In the [GetDP](http://getdp.info) -formulation, the variables: - - angularFreqRe - angularFreqIm - x() - b() - imposeRHS - doPostpro - doApply - fileName - -are reserved for cim.py. In order to check the solution, simply run: +located in [maxwell.pro](maxwell.pro). In order to check the solution, +simply run: make ref diff --git a/example/maxwell_sibc/README.md b/example/maxwell_sibc/README.md index 072b934..4f268a6 100644 --- a/example/maxwell_sibc/README.md +++ b/example/maxwell_sibc/README.md @@ -7,19 +7,8 @@ surface impedance boundary condition (SIBC). Simply run: to test cim.py. The [Makefile](Makefile) will first mesh the geometry [sphere.geo](sphere.geo) by calling [Gmsh](http://gmsh.info). Afterwards, cim.py is called. The [GetDP]( -http://getdp.info) formulation is located in [sphere.pro](sphere.pro). In the -[GetDP](http://getdp.info) formulation, the variables: - - angularFreqRe - angularFreqIm - x() - b() - imposeRHS - doPostpro - doApply - fileName - -are reserved for cim.py. The parts of the [GetDP](http://getdp.info) code +http://getdp.info) formulation is located in [sphere.pro](sphere.pro). +The [GetDP](http://getdp.info) codes related to cim.py are located in [cimParameters.pro](cimParameters.pro) and [cimResolution.pro](cimResolution.pro). -- GitLab