Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-curvedgeometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
extensions
dune-curvedgeometry
Commits
11ecb13e
Commit
11ecb13e
authored
4 years ago
by
stenger
Browse files
Options
Downloads
Patches
Plain Diff
module dune-vtk forced some namespace-adaptations
parent
e3b79c32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dune/vtk/datacollectors/curvedgeometrydatacollector.hh
+5
-5
5 additions, 5 deletions
dune/vtk/datacollectors/curvedgeometrydatacollector.hh
src/boundaryprojection.cc
+1
-1
1 addition, 1 deletion
src/boundaryprojection.cc
src/vtkwriter.cc
+1
-1
1 addition, 1 deletion
src/vtkwriter.cc
with
7 additions
and
7 deletions
dune/vtk/datacollectors/curvedgeometrydatacollector.hh
+
5
−
5
View file @
11ecb13e
...
...
@@ -11,7 +11,7 @@
#include
<dune/geometry/referenceelements.hh>
#include
<dune/grid/common/partitionset.hh>
#include
<dune/vtk/forward.hh>
#include
<dune/vtk/
vtk
types.hh>
#include
<dune/vtk/types.hh>
#include
<dune/vtk/datacollectors/quadraticdatacollector.hh>
namespace
Dune
{
...
...
@@ -27,11 +27,11 @@ namespace Dune {
**/
template
<
class
GridView
,
class
Geometry
>
class
CurvedGeometryDataCollector
:
public
UnstructuredDataCollectorInterface
<
GridView
,
:
public
Vtk
::
UnstructuredDataCollectorInterface
<
GridView
,
CurvedGeometryDataCollector
<
GridView
,
Geometry
>
,
Partitions
::
All
>
{
using
Self
=
CurvedGeometryDataCollector
;
using
Super
=
UnstructuredDataCollectorInterface
<
GridView
,
Self
,
Partitions
::
All
>
;
using
Super
=
Vtk
::
UnstructuredDataCollectorInterface
<
GridView
,
Self
,
Partitions
::
All
>
;
using
LocalCoord
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
::
Geometry
::
LocalCoordinate
;
using
GlobalCoord
=
typename
GridView
::
template
Codim
<
0
>
::
Entity
::
Geometry
::
GlobalCoordinate
;
...
...
@@ -145,7 +145,7 @@ public: // methods forwarded to quadratic data collector
return
dataCollector_
.
numCells
();
}
Cells
cellsImpl
()
const
Vtk
::
Cells
cellsImpl
()
const
{
return
dataCollector_
.
cells
();
}
...
...
@@ -158,7 +158,7 @@ public: // methods forwarded to quadratic data collector
private
:
using
Super
::
gridView_
;
QuadraticDataCollector
<
GridView
>
dataCollector_
;
Vtk
::
QuadraticDataCollector
<
GridView
>
dataCollector_
;
Mapping
mapping_
;
const
Parametrization
*
parametrization_
=
nullptr
;
};
...
...
This diff is collapsed.
Click to expand it.
src/boundaryprojection.cc
+
1
−
1
View file @
11ecb13e
...
...
@@ -13,7 +13,7 @@
#include
<dune/curvedgeometry/curvedgeometry.hh>
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/vtk/
vtk
writer.hh>
#include
<dune/vtk/writer.hh>
#include
<dune/vtk/datacollectors/curvedgeometrydatacollector.hh>
const
int
order
=
3
;
...
...
This diff is collapsed.
Click to expand it.
src/vtkwriter.cc
+
1
−
1
View file @
11ecb13e
...
...
@@ -13,7 +13,7 @@
#include
<dune/curvedgeometry/curvedgeometry.hh>
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/vtk/
vtk
writer.hh>
#include
<dune/vtk/writer.hh>
#include
<dune/vtk/datacollectors/curvedgeometrydatacollector.hh>
const
int
order
=
3
;
...
...
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