Definition at line 175 of file sbd2d.h.
Public Types | |
| typedef Seq< X > | u_solution |
| typedef topology::point< X > | point_t |
|
typedef topology::point_graph< X > | pointgraph_t |
| typedef C | coeff_t |
|
typedef cell2d< X, MatrDse< C > > | cell_t |
Public Member Functions | |
| sbd2d () | |
| sbd2d (X e) | |
| sbd2d (X e, X a) | |
| cell_t | pop (std::vector< cell_t > &L) |
| template<class mpol_t> | |
| void | assign (cell_t &C, const mpol_t &p, const X &x0, const X &x1, const X &y0, const X &y1) |
| void | connect_xy (pointgraph_t &g, const cell_t &c, bool b) |
| int | c_sign (const cell_t &) |
| int | dx_sign (const cell_t &) |
| int | dy_sign (const cell_t &) |
| int | regularity (cell_t &c) |
| template<typename mpol_t> | |
| void | run (pointgraph_t &g, const mpol_t &p, const X &x0, const X &x1, const X &y0, const X &y1) |
| template<class mpol_t> | |
| void | run (topology::point_graph< X > &r, const mpol_t &p, const X &x0, const X &x1, const X &y0, const X &y1) |
Public Attributes | |
| USLV | slv |
| X | eps |
| X | asr |
![]() |