Loading [MathJax]/extensions/tex2jax.js
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
PythonSourceTermPythonSideInterface.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
ProcessLib
14
{
15
namespace
SourceTerms
16
{
17
namespace
Python
18
{
22
class
PythonSourceTermPythonSideInterface
23
{
24
public
:
32
virtual
std::pair<double, std::vector<double>>
getFlux
(
33
double
/*t*/
, std::array<double, 3>
const
&
/*x*/
,
34
std::vector<double>
const
&
/*primary_variables*/
)
const
= 0;
35
36
virtual
~PythonSourceTermPythonSideInterface
() =
default
;
37
};
22
class
PythonSourceTermPythonSideInterface
{
…
};
38
}
// namespace Python
39
}
// namespace SourceTerms
40
}
// namespace ProcessLib
ProcessLib::SourceTerms::Python::PythonSourceTermPythonSideInterface
Definition
PythonSourceTermPythonSideInterface.h:23
ProcessLib::SourceTerms::Python::PythonSourceTermPythonSideInterface::getFlux
virtual std::pair< double, std::vector< double > > getFlux(double, std::array< double, 3 > const &, std::vector< double > const &) const =0
ProcessLib::SourceTerms::Python::PythonSourceTermPythonSideInterface::~PythonSourceTermPythonSideInterface
virtual ~PythonSourceTermPythonSideInterface()=default
ProcessLib
Definition
ProjectData.h:51
ProcessLib
BoundaryConditionAndSourceTerm
Python
PythonSourceTermPythonSideInterface.h
Generated by
1.12.0