Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-vtk
Commits
13c0549b
Commit
13c0549b
authored
Dec 12, 2020
by
Praetorius, Simon
Browse files
Merge branch 'issue/correction_aforegoing_typo' into 'master'
Correct typo in afor[e]going See merge request extensions/dune-vtk!7
parents
756c0f7b
db2907a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
dune/vtk/pvdwriter.hh
View file @
13c0549b
...
...
@@ -44,7 +44,7 @@ namespace Dune
bool
writeCollection
=
true
)
const
;
/// \brief Writes collection of timesteps to .pvd file.
// NOTE: requires an aforgoing call to \ref writeTimestep
// NOTE: requires an afor
e
going call to \ref writeTimestep
/**
* \param fn The filename of the PVD file. May contain directory and any filename extension.
* \param dir (Ignored) Timestep files are already written and their filenames are
...
...
dune/vtk/vtkreader.hh
View file @
13c0549b
...
...
@@ -95,14 +95,14 @@ namespace Dune
}
/// Construct the actual grid using the GridCreator
/// NOTE: requires an aforgoing call to \ref read()
/// NOTE: requires an afor
e
going call to \ref read()
std
::
unique_ptr
<
Grid
>
createGrid
()
const
{
return
creator_
->
createGrid
();
}
/// Construct a grid-function representing the point-data with the given name
/// NOTE: requires an aforgoing call to \ref read()
/// NOTE: requires an afor
e
going call to \ref read()
GridFunction
<
Vtk
::
PointContext
>
getPointData
(
std
::
string
const
&
name
)
const
{
auto
const
&
data
=
dataArray_
.
at
(
name
);
...
...
@@ -114,7 +114,7 @@ namespace Dune
}
/// Construct a grid-function representing the cell-data with the given name
/// NOTE: requires an aforgoing call to \ref read()
/// NOTE: requires an afor
e
going call to \ref read()
GridFunction
<
Vtk
::
CellContext
>
getCellData
(
std
::
string
const
&
name
)
const
{
auto
const
&
data
=
dataArray_
.
at
(
name
);
...
...
@@ -143,7 +143,7 @@ namespace Dune
void
readParallelFileFromStream
(
std
::
ifstream
&
input
,
int
rank
,
int
size
,
bool
create
=
true
);
/// Insert all internal data to the GridCreator
/// NOTE: requires an aforgoing call to \ref read()
/// NOTE: requires an afor
e
going call to \ref read()
void
fillGridCreator
(
bool
insertPieces
=
true
);
/// @}
...
...
dune/vtk/vtktimeserieswriter.hh
View file @
13c0549b
...
...
@@ -68,7 +68,7 @@ namespace Dune
bool
writeCollection
=
true
)
const
;
/// Writes all timesteps to single timeseries file.
// NOTE: requires an aforgoing call to \ref writeTimestep
// NOTE: requires an afor
e
going call to \ref writeTimestep
/**
* Create a timeseries file with all timesteps written by \ref writeTimestep.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment