1#ifndef LINEARPROBLEM_DEF_hpp
2#define LINEARPROBLEM_DEF_hpp
14template<
class SC,
class LO,
class GO,
class NO>
15LinearProblem<SC,LO,GO,NO>::LinearProblem(CommConstPtr_Type comm):
19template<
class SC,
class LO,
class GO,
class NO>
20LinearProblem<SC,LO,GO,NO>::LinearProblem(ParameterListPtr_Type ¶meterList, CommConstPtr_Type comm ):
21Problem<SC,LO,GO,NO>(parameterList, comm)
24template<
class SC,
class LO,
class GO,
class NO>
25LinearProblem<SC,LO,GO,NO>::~LinearProblem(){
Definition Problem_decl.hpp:42
Adaptive Mesh Refinement.
Definition AdaptiveMeshRefinement_decl.hpp:36