Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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-tectonic
Commits
3b7a9e24
Commit
3b7a9e24
authored
10 years ago
by
Elias Pipping
Browse files
Options
Downloads
Patches
Plain Diff
[Cleanup] Kill unused typedefs
parent
d1c7f682
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sand-wedge-data/mygrid.cc
+0
-1
0 additions, 1 deletion
src/sand-wedge-data/mygrid.cc
src/sand-wedge.cc
+0
-2
0 additions, 2 deletions
src/sand-wedge.cc
with
0 additions
and
3 deletions
src/sand-wedge-data/mygrid.cc
+
0
−
1
View file @
3b7a9e24
...
...
@@ -165,7 +165,6 @@ MyFaces<GridView>::MyFaces(GridView const &gridView)
upper
(
gridView
)
#endif
{
using
Grid
=
typename
GridView
::
Grid
;
assert
(
isClose
(
MyGeometry
::
A
[
1
],
0
));
assert
(
isClose
(
MyGeometry
::
B
[
1
],
0
));
lower
.
insertFacesByProperty
([
&
](
typename
GridView
::
Intersection
const
&
in
)
{
...
...
This diff is collapsed.
Click to expand it.
src/sand-wedge.cc
+
0
−
2
View file @
3b7a9e24
...
...
@@ -102,12 +102,10 @@ int main(int argc, char *argv[]) {
using
GridView
=
Grid
::
LeafGridView
;
using
MyAssembler
=
MyAssembler
<
GridView
,
dims
>
;
using
Matrix
=
MyAssembler
::
Matrix
;
using
LocalMatrix
=
Matrix
::
block_type
;
using
Vector
=
MyAssembler
::
Vector
;
using
LocalVector
=
Vector
::
block_type
;
using
ScalarMatrix
=
MyAssembler
::
ScalarMatrix
;
using
ScalarVector
=
MyAssembler
::
ScalarVector
;
using
LocalScalarVector
=
ScalarVector
::
block_type
;
auto
weakPatch
=
getWeakPatch
<
LocalVector
>
();
...
...
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