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
aeebafb9
Commit
aeebafb9
authored
12 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[assembler.multiscale.boundary] rename assembleMatrices() -> assemble()
parent
52d03d48
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/detailed/discretizations/assembler/multiscale/boundary.hh
+2
-2
2 additions, 2 deletions
...detailed/discretizations/assembler/multiscale/boundary.hh
with
2 additions
and
2 deletions
dune/detailed/discretizations/assembler/multiscale/boundary.hh
+
2
−
2
View file @
aeebafb9
...
@@ -63,7 +63,7 @@ public:
...
@@ -63,7 +63,7 @@ public:
}
}
template
<
class
DirichletAssemblerType
,
class
MatrixBackendType
>
template
<
class
DirichletAssemblerType
,
class
MatrixBackendType
>
void
assemble
Matrices
(
const
DirichletAssemblerType
&
dirichletAssembler
,
MatrixBackendType
&
matrix
)
const
void
assemble
(
const
DirichletAssemblerType
&
dirichletAssembler
,
MatrixBackendType
&
matrix
)
const
{
{
// preparations
// preparations
typedef
typename
BoundaryGridPartType
::
template
Codim
<
0
>
::
EntityType
EntityType
;
typedef
typename
BoundaryGridPartType
::
template
Codim
<
0
>
::
EntityType
EntityType
;
...
@@ -102,7 +102,7 @@ public:
...
@@ -102,7 +102,7 @@ public:
}
// call the local assembler
}
// call the local assembler
}
// walk the intersections
}
// walk the intersections
}
// walk the coupling grid part
}
// walk the coupling grid part
}
// void assemble
Matrices
(...) const
}
// void assemble(...) const
private
:
private
:
const
BoundaryGridPartType
&
boundaryGridPart_
;
const
BoundaryGridPartType
&
boundaryGridPart_
;
...
...
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