ODT
Loading...
Searching...
No Matches
source
domainvariables
dv_uvw.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "
dv.h
"
9
#include <string>
10
#include <vector>
11
12
class
domain
;
13
14
using namespace
std;
15
17
23
class
dv_uvw
:
public
dv
{
24
26
27
public
:
28
30
31
virtual
void
getRhsSrc
(
const
int
ipt=-1);
32
virtual
void
getRhsMix
(
const
vector<double> &gf,
33
const
vector<double> &dxc);
34
35
private
:
36
37
39
40
public
:
41
42
dv_uvw
(){}
43
dv_uvw
(
domain
*line,
44
const
string
s,
45
const
bool
Lt,
46
const
bool
Lo=
true
);
47
48
virtual
~dv_uvw
(){}
49
50
};
51
52
54
domain
Definition
domain.h:34
dv_uvw
Definition
dv_uvw.h:23
dv_uvw::getRhsMix
virtual void getRhsMix(const vector< double > &gf, const vector< double > &dxc)
Definition
dv_uvw.cc:79
dv_uvw::dv_uvw
dv_uvw()
Definition
dv_uvw.h:42
dv_uvw::getRhsSrc
virtual void getRhsSrc(const int ipt=-1)
Definition
dv_uvw.cc:37
dv_uvw::~dv_uvw
virtual ~dv_uvw()
Definition
dv_uvw.h:48
dv
Definition
dv.h:23
dv.h
Header file for class dv.
Generated by
1.10.0