Skip to content
Snippets Groups Projects
Commit 1f0ee23b authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

updating old readmes

parent 6c11acb0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment