Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
be4b0b78
Commit
be4b0b78
authored
5 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[test][projector] remove obsolete writeProjection function
parent
a0ee4fc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1636
Feature/l2 norm
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/discretization/projection/test_projection_2d1d.cc
+0
-15
0 additions, 15 deletions
test/discretization/projection/test_projection_2d1d.cc
with
0 additions
and
15 deletions
test/discretization/projection/test_projection_2d1d.cc
+
0
−
15
View file @
be4b0b78
...
...
@@ -49,21 +49,6 @@
#include
<dumux/discretization/projection/projector.hh>
#include
<dumux/multidomain/glue.hh>
template
<
class
Scalar
,
class
SolutionVector
,
class
GridGeometry1
,
class
GridGeometry2
>
void
writeProjection
(
const
GridGeometry1
&
gg1
,
const
GridGeometry2
&
gg2
,
const
SolutionVector
&
sol1
,
const
SolutionVector
&
sol2
,
const
std
::
string
&
acro1
,
const
std
::
string
&
acro2
)
{
const
auto
projectors
=
Dumux
::
makeProjectorPair
(
getFunctionSpaceBasis
(
gg1
),
getFunctionSpaceBasis
(
gg2
),
makeGlue
(
gg1
,
gg2
)
);
const
auto
&
forwardProjector
=
projectors
.
first
;
const
auto
&
backwardProjector
=
projectors
.
second
;
const
auto
p2_1
=
forwardProjector
.
project
(
sol1
,
p2_1
);
const
auto
p1_2
=
backwardProjector
.
project
(
sol2
,
p1_2
);
}
int
main
(
int
argc
,
char
*
argv
[])
try
{
// maybe initialize mpi
...
...
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