OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-171-gf370a16a5 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
▼
NumLib
►
Assembler
▼
DOF
►
ComponentGlobalIndexDict.h
►
ComputeSparsityPattern.cpp
►
ComputeSparsityPattern.h
►
DOFTableUtil.cpp
►
DOFTableUtil.h
►
GlobalMatrixProviders.cpp
►
GlobalMatrixProviders.h
►
LocalDOF.h
►
LocalToGlobalIndexMap.cpp
►
LocalToGlobalIndexMap.h
►
MatrixProvider.h
►
MeshComponentMap.cpp
►
MeshComponentMap.h
SimpleMatrixVectorProvider.cpp
►
SimpleMatrixVectorProvider.h
►
VectorProvider.h
►
Extrapolation
►
Fem
►
NumericalStability
►
ODESolver
►
StaggeredCoupling
►
TimeStepping
►
CreateNewtonRaphsonSolverParameters.cpp
►
CreateNewtonRaphsonSolverParameters.h
►
Exceptions.h
►
IndexValueVector.h
►
NewtonRaphson.h
►
NumericalDifferentiation.h
►
NumericsConfig.h
►
ParameterLib
►
ProcessLib
►
File Members
MatrixProvider.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <cstddef>
14
15
#include "
MathLib/LinAlg/MatrixSpecifications.h
"
16
17
namespace
NumLib
18
{
23
class
MatrixProvider
24
{
25
public
:
27
virtual
GlobalMatrix
&
getMatrix
(std::size_t&
id
) = 0;
28
31
virtual
GlobalMatrix
&
getMatrix
(
MathLib::MatrixSpecifications
const
& ms,
32
std::size_t&
id
) = 0;
33
38
virtual
void
releaseMatrix
(
GlobalMatrix
const
& A) = 0;
39
40
virtual
~MatrixProvider
() =
default
;
41
};
23
class
MatrixProvider
{
…
};
42
}
// namespace NumLib
MatrixSpecifications.h
MathLib::EigenMatrix
Definition
EigenMatrix.h:29
NumLib::MatrixProvider
Definition
MatrixProvider.h:24
NumLib::MatrixProvider::getMatrix
virtual GlobalMatrix & getMatrix(MathLib::MatrixSpecifications const &ms, std::size_t &id)=0
NumLib::MatrixProvider::releaseMatrix
virtual void releaseMatrix(GlobalMatrix const &A)=0
NumLib::MatrixProvider::~MatrixProvider
virtual ~MatrixProvider()=default
NumLib::MatrixProvider::getMatrix
virtual GlobalMatrix & getMatrix(std::size_t &id)=0
Get an uninitialized matrix with the given id.
NumLib
Definition
ProjectData.h:46
MathLib::MatrixSpecifications
Definition
MatrixSpecifications.h:19
NumLib
DOF
MatrixProvider.h
Generated by
1.12.0