Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
b391f988
Commit
b391f988
authored
Apr 09, 2013
by
Peter Gottschling
Browse files
Renamed.
parent
d8081176
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/MtlFeti
Du
alSolver.h
→
AMDiS/src/parallel/MtlFeti
Prim
alSolver.h
View file @
b391f988
...
...
@@ -16,10 +16,10 @@
//
// See also license.opensource.txt in the distribution.
/** \file MtlFeti
Du
alSolver.h */
/** \file MtlFeti
Prim
alSolver.h */
#ifndef AMDIS_MTL_FETI_
DU
AL_SOLVER_H
#define AMDIS_MTL_FETI_
DU
AL_SOLVER_H
#ifndef AMDIS_MTL_FETI_
PRIM
AL_SOLVER_H
#define AMDIS_MTL_FETI_
PRIM
AL_SOLVER_H
#include
"AMDiS_fwd.h"
...
...
@@ -28,8 +28,8 @@
namespace
AMDiS
{
/// Solver for the
du
al nodes based on MTL
class
MtlFeti
Du
alSolver
/// Solver for the
prim
al nodes based on MTL
class
MtlFeti
Prim
alSolver
:
public
OEMSolver
{
public:
...
...
@@ -42,13 +42,13 @@ class MtlFetiDualSolver
/// Returns a new PetscSolver object.
OEMSolver
*
create
()
{
return
new
MtlFeti
Du
alSolver
(
this
->
name
);
return
new
MtlFeti
Prim
alSolver
(
this
->
name
);
}
};
/// Constructor of FETI-DP solver class.
explicit
MtlFeti
Du
alSolver
(
string
name
)
:
OEMSolver
(
name
)
,
explicit
MtlFeti
Prim
alSolver
(
string
name
)
:
OEMSolver
(
name
)
{}
};
...
...
@@ -57,4 +57,4 @@ class MtlFetiDualSolver
}
// namespace AMDiS
#endif // AMDIS_MTL_FETI_
DU
AL_SOLVER_H
#endif // AMDIS_MTL_FETI_
PRIM
AL_SOLVER_H
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment