Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
getdp
cim
Commits
1f0ee23b
Commit
1f0ee23b
authored
7 years ago
by
Nicolas Marsic
Browse files
Options
Downloads
Patches
Plain Diff
updating old readmes
parent
6c11acb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example/maxwell_linear/README.md
+2
-13
2 additions, 13 deletions
example/maxwell_linear/README.md
example/maxwell_sibc/README.md
+2
-13
2 additions, 13 deletions
example/maxwell_sibc/README.md
with
4 additions
and
26 deletions
example/maxwell_linear/README.md
+
2
−
13
View file @
1f0ee23b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
example/maxwell_sibc/README.md
+
2
−
13
View file @
1f0ee23b
...
...
@@ -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
)
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment