Finite Element Domain Decomposition Library
FEDDLib
Toggle main menu visibility
Loading...
Searching...
No Matches
LinearProblem_def.hpp
1
#ifndef LINEARPROBLEM_DEF_hpp
2
#define LINEARPROBLEM_DEF_hpp
3
12
13
namespace
FEDD
{
14
template
<
class
SC,
class
LO,
class
GO,
class
NO>
15
LinearProblem<SC,LO,GO,NO>::LinearProblem(CommConstPtr_Type comm):
16
Problem
<SC,LO,GO,NO>(comm,true)
17
{}
18
19
template
<
class
SC,
class
LO,
class
GO,
class
NO>
20
LinearProblem<SC,LO,GO,NO>::LinearProblem(ParameterListPtr_Type ¶meterList, CommConstPtr_Type comm ):
21
Problem<SC,LO,GO,NO>(parameterList, comm)
22
{}
23
24
template
<
class
SC,
class
LO,
class
GO,
class
NO>
25
LinearProblem<SC,LO,GO,NO>::~LinearProblem(){
26
27
}
28
}
29
#endif
FEDD::Problem
Definition
Problem_decl.hpp:42
FEDD
Adaptive Mesh Refinement.
Definition
AdaptiveMeshRefinement_decl.hpp:36
feddlib
problems
abstract
LinearProblem_def.hpp
Generated by
1.17.0