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
aa5d124c
Commit
aa5d124c
authored
7 years ago
by
Nicolas Marsic
Browse files
Options
Downloads
Patches
Plain Diff
updating README with new .pro control variables for LU reuse
parent
8ec7621f
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
README.md
+7
-5
7 additions, 5 deletions
README.md
bin/solver.py
+1
-1
1 addition, 1 deletion
bin/solver.py
with
8 additions
and
6 deletions
README.md
+
7
−
5
View file @
aa5d124c
...
...
@@ -28,11 +28,13 @@ cim.py and [GetDP](http://getdp.info) are exchanging the following parameters:
angularFreqRe the real part of the frequency
angularFreqIm the imaginary part of the frequency
x() the solution vector of the linear system
b() the right hand side (RHS) of the linear system
imposeRHS flag signalling if an other RHS should be imposed
doPostpro flag signalling if only a post-processing should be done
doApply flag signalling if x() should be applied to the linear system
nRHS the number of right hand side that should be considered (default: 1)
b_i()/b~{i}() the ith right hand side (RHS) of the linear system (first index is 0)
x_i()/x~{i}() the ith solution vector of the linear system (first index is 0)
doInit flag signalling if an initialisation should be done (default: 0)
doSolve flag signalling if a solve should be done for all RHS (default: 0)
doPostpro flag signalling if a post-processing should be done (default: 0)
doApply flag signalling if x() should be applied to the linear system (default: 0)
fileName name of the post-processing file
More information can be found in
[
bin/solver.py
](
bin/solver.py
)
. Furthermore,
...
...
This diff is collapsed.
Click to expand it.
bin/solver.py
+
1
−
1
View file @
aa5d124c
...
...
@@ -19,7 +19,7 @@ class GetDPWave:
angularFreqRe -- the real part of the angular frequency to use
angularFreqIm -- the imaginary part of the angular frequency to use
nRHS -- the number of right hand side that should be considered (default: 1)
b_i / b~{i} -- the ith right hand side to use (first index is 0)
b_i / b~{i} -- the ith right hand side
(RHS)
to use (first index is 0)
x_i / x~{i} -- the ith solution vector computed by GetDP (first index is 0)
doInit -- should some initialization be done (default: 0)?
doSolve -- should Ax_i = b_i be solved for all i (default: 0)?
...
...
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