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
amdis
amdis-core
Commits
6365354f
Commit
6365354f
authored
Sep 27, 2019
by
Praetorius, Simon
Browse files
some errors found by cppclean
parent
eec326ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/amdis/AdaptInstationary.hpp
View file @
6365354f
...
...
@@ -10,12 +10,12 @@ namespace AMDiS
{
// forward declarations
class
AdaptInfo
;
class
ProblemI
n
terationInterface
;
class
ProblemIterationInterface
;
class
ProblemTimeInterface
;
/** \ingroup Adaption
* \brief
* AdaptInstationary implements the adaptive procdure for time dependent
* AdaptInstationary implements the adaptive proc
e
dure for time dependent
* problems (see ProblemInstat). It contains a pointer to a ProblemInstat
* object.
*/
...
...
src/amdis/ProblemInstat.inc.hpp
View file @
6365354f
#pragma once
#include "ProblemInstat.hpp"
#include <string>
#include <vector>
...
...
src/amdis/StandardProblemIteration.hpp
View file @
6365354f
...
...
@@ -2,13 +2,13 @@
#include <string>
#include "Flag.hpp"
#include "ProblemIterationInterface.hpp"
namespace
AMDiS
{
// forward declarations
class
AdaptInfo
;
class
Flag
;
class
ProblemStatBase
;
/// A master problem for a single non coupled problem.
...
...
src/amdis/linearalgebra/LinearSolverInterface.hpp
View file @
6365354f
...
...
@@ -48,8 +48,4 @@ namespace AMDiS
virtual
void
solveImpl
(
Mat
const
&
A
,
Vec
&
x
,
Vec
const
&
b
,
Comm
&
comm
,
SolverInfo
&
solverInfo
)
=
0
;
};
template
<
class
Matrix
,
class
Vector
>
struct
SolverCreator
;
}
// end namespace AMDiS
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