Mimetic Operators Library Enhanced
4.0
Loading...
Searching...
No Matches
robinbc.h
Go to the documentation of this file.
1
#ifndef ROBINBC_H
2
#define ROBINBC_H
3
4
#include "
gradient.h
"
5
6
class
RobinBC
:
public
sp_mat
7
{
8
9
public
:
10
using
sp_mat::operator=;
11
12
// 1-D Constructor
13
RobinBC
(u16 k, u32 m,
Real
dx,
Real
a,
Real
b);
14
// 2-D Constructor
15
RobinBC
(u16 k, u32 m,
Real
dx, u32 n,
Real
dy,
Real
a,
Real
b);
16
// 3-D Constructor
17
RobinBC
(u16 k, u32 m,
Real
dx, u32 n,
Real
dy, u32 o,
Real
dz,
Real
a,
Real
b);
18
};
19
20
#endif
// ROBINBC_H
RobinBC
Definition
robinbc.h:7
RobinBC::RobinBC
RobinBC(u16 k, u32 m, Real dx, Real a, Real b)
Definition
robinbc.cpp:4
gradient.h
Real
double Real
Definition
utils.h:8
mole_C++
robinbc.h
Generated by
1.10.0