Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
034798e5
Commit
034798e5
authored
5 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[test.stokes...] update saddle point solver usage
parent
b3881bf8
No related branches found
No related tags found
No related merge requests found
Pipeline
#38456
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/gdt/test/stokes/stokes-taylorhood.hh
+1
-1
1 addition, 1 deletion
dune/gdt/test/stokes/stokes-taylorhood.hh
with
1 addition
and
1 deletion
dune/gdt/test/stokes/stokes-taylorhood.hh
+
1
−
1
View file @
034798e5
...
@@ -283,7 +283,7 @@ public:
...
@@ -283,7 +283,7 @@ public:
C
.
set_entry
(
dof_index
,
dof_index
,
1.
);
C
.
set_entry
(
dof_index
,
dof_index
,
1.
);
// now solve the system
// now solve the system
XT
::
LA
::
SaddlePointSolver
<
double
>
solver
(
A
,
B
,
B
,
C
);
XT
::
LA
::
SaddlePointSolver
<
Vector
,
Matrix
>
solver
(
A
,
B
,
B
,
C
);
Vector
solution_u
(
m
),
solution_p
(
n
);
Vector
solution_u
(
m
),
solution_p
(
n
);
// solve both by direct solver and by schurcomplement (where the schur complement is inverted by CG and the inner
// solve both by direct solver and by schurcomplement (where the schur complement is inverted by CG and the inner
// solves with A are using a direct method)
// solves with A are using a direct method)
...
...
This diff is collapsed.
Click to expand it.
René Fritze
@r_milk01
mentioned in commit
c63cd590
·
5 years ago
mentioned in commit
c63cd590
mentioned in commit c63cd590628f6758d1d056e445a17c9511104be9
Toggle commit list
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