#include <boundary.h>
Public Member Functions | |
| Boundary () | |
| virtual | ~Boundary () |
| void | set_eq (const double z, const double phi, const int direction) |
| void | set_np (const double z, const double phi, const int face) |
| void | set_sp (const double z, const double phi, const int face) |
| double | operator() (const double z) const |
Private Attributes | |
| double | a |
| double | b |
| bool | eq |
| int | face |
Definition at line 15 of file boundary.h.
| virtual Boundary::~Boundary | ( | ) | [inline, virtual] |
Definition at line 23 of file boundary.h.
| double Boundary::operator() | ( | const double | z | ) | const |
| void Boundary::set_eq | ( | const double | z, | |
| const double | phi, | |||
| const int | direction | |||
| ) |
| void Boundary::set_np | ( | const double | z, | |
| const double | phi, | |||
| const int | face | |||
| ) |
| void Boundary::set_sp | ( | const double | z, | |
| const double | phi, | |||
| const int | face | |||
| ) |
double Boundary::a [private] |
Definition at line 17 of file boundary.h.
Referenced by Boundary(), operator()(), set_eq(), set_np(), and set_sp().
double Boundary::b [private] |
bool Boundary::eq [private] |
Definition at line 19 of file boundary.h.
Referenced by Boundary(), operator()(), set_eq(), set_np(), and set_sp().
int Boundary::face [private] |
Definition at line 20 of file boundary.h.
Referenced by Boundary(), operator()(), set_np(), and set_sp().
1.4.7