FEI Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
base
fei_Solver.hpp
Go to the documentation of this file.
1
/*--------------------------------------------------------------------*/
2
/* Copyright 2005 Sandia Corporation. */
3
/* Under the terms of Contract DE-AC04-94AL85000, there is a */
4
/* non-exclusive license for use of this work by or on behalf */
5
/* of the U.S. Government. Export of this program may require */
6
/* a license from the United States Government. */
7
/*--------------------------------------------------------------------*/
8
9
#ifndef _fei_Solver_hpp_
10
#define _fei_Solver_hpp_
11
12
#include <
fei_macros.hpp
>
13
#include <
fei_SharedPtr.hpp
>
14
15
namespace
fei {
16
class
ParameterSet;
17
class
Matrix;
18
class
LinearSystem;
19
22
class
Solver
{
23
public
:
25
class
Factory
{
26
public
:
28
virtual
~Factory
(){}
29
31
virtual
fei::SharedPtr<fei::Solver>
createSolver
(
const
char
* name=0) = 0;
32
};
33
35
virtual
~Solver
(){}
36
39
virtual
int
solve
(
fei::LinearSystem
* linearSystem,
40
fei::Matrix
* preconditioningMatrix,
41
const
fei::ParameterSet
& parameterSet,
42
int
& iterationsTaken,
43
int
& status);
44
};
//class Solver
45
}
//namespace fei
46
47
#endif // _fei_Factory_hpp_
fei::Solver::Factory::createSolver
virtual fei::SharedPtr< fei::Solver > createSolver(const char *name=0)=0
fei::LinearSystem
Definition:
fei_LinearSystem.hpp:26
fei::Solver::Factory
Definition:
fei_Solver.hpp:25
fei::ParameterSet
Definition:
fei_ParameterSet.hpp:46
fei::Solver::~Solver
virtual ~Solver()
Definition:
fei_Solver.hpp:35
fei::Solver
Definition:
fei_Solver.hpp:22
fei::Solver::Factory::~Factory
virtual ~Factory()
Definition:
fei_Solver.hpp:28
fei::SharedPtr
Definition:
fei_SharedPtr.hpp:65
fei_SharedPtr.hpp
fei::Solver::solve
virtual int solve(fei::LinearSystem *linearSystem, fei::Matrix *preconditioningMatrix, const fei::ParameterSet ¶meterSet, int &iterationsTaken, int &status)
Definition:
fei_Solver.cpp:65
fei::Matrix
Definition:
fei_Matrix.hpp:30
fei_macros.hpp
Generated on Fri Sep 1 2023 07:58:31 for FEI Package Browser (Single Doxygen Collection) by
1.8.5