Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-solvers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
agnumpde
dune-solvers
Commits
b408c36a
There was a problem fetching the pipeline summary.
Commit
b408c36a
authored
9 years ago
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Make mmgtest independent of IpOpt
parent
6f56c289
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/solvers/test/CMakeLists.txt
+2
-1
2 additions, 1 deletion
dune/solvers/test/CMakeLists.txt
dune/solvers/test/mmgtest.cc
+0
-2
0 additions, 2 deletions
dune/solvers/test/mmgtest.cc
with
2 additions
and
3 deletions
dune/solvers/test/CMakeLists.txt
+
2
−
1
View file @
b408c36a
set
(
GRID_BASED_TESTS
set
(
GRID_BASED_TESTS
cgsteptest
cgsteptest
gssteptest
gssteptest
mmgtest
multigridtest
multigridtest
projectedgradienttest
projectedgradienttest
obstacletnnmgtest
obstacletnnmgtest
...
@@ -13,7 +14,7 @@ set(OTHER_TESTS
...
@@ -13,7 +14,7 @@ set(OTHER_TESTS
sumoperatortest
sumoperatortest
)
)
set
(
TESTS_IPOPT
mmgtest
quadraticipoptsolvertest
)
set
(
TESTS_IPOPT quadraticipoptsolvertest
)
if
(
HAVE_IPOPT
)
if
(
HAVE_IPOPT
)
list
(
APPEND GRID_BASED_TESTS
${
TESTS_IPOPT
}
)
list
(
APPEND GRID_BASED_TESTS
${
TESTS_IPOPT
}
)
...
...
This diff is collapsed.
Click to expand it.
dune/solvers/test/mmgtest.cc
+
0
−
2
View file @
b408c36a
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
// dune-solver includes
// dune-solver includes
#include
<dune/solvers/norms/energynorm.hh>
#include
<dune/solvers/norms/energynorm.hh>
#include
<dune/solvers/iterationsteps/mmgstep.hh>
#include
<dune/solvers/iterationsteps/mmgstep.hh>
#include
<dune/solvers/solvers/quadraticipopt.hh>
#include
<dune/solvers/transferoperators/mandelobsrestrictor.hh>
#include
<dune/solvers/transferoperators/mandelobsrestrictor.hh>
#include
<dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh>
#include
<dune/solvers/transferoperators/truncatedcompressedmgtransfer.hh>
...
@@ -34,7 +33,6 @@ void solveObstacleProblemByMMGSolver(const GridType& grid, const MatrixType& mat
...
@@ -34,7 +33,6 @@ void solveObstacleProblemByMMGSolver(const GridType& grid, const MatrixType& mat
typedef
VectorType
Vector
;
typedef
VectorType
Vector
;
typedef
MatrixType
Matrix
;
typedef
MatrixType
Matrix
;
typedef
EnergyNorm
<
Matrix
,
Vector
>
Norm
;
typedef
EnergyNorm
<
Matrix
,
Vector
>
Norm
;
typedef
QuadraticIPOptSolver
<
MatrixType
,
VectorType
>
Solver
;
// create double obstacle constraints
// create double obstacle constraints
const
int
blockSize
=
VectorType
::
block_type
::
dimension
;
const
int
blockSize
=
VectorType
::
block_type
::
dimension
;
...
...
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