#include <eleme.h>
Inheritance diagram for Subgrid:


Public Member Functions | |
| Subgrid (bool r_i, bool r_n, bool r_b) | |
| Subgrid () | |
| bool | run_interior () const |
| bool | run_nearb () const |
| int | run_boundary () const |
| void | operator= (const Subgrid &v) |
Protected Attributes | |
| bool | r_interior |
| bool | r_nearb |
| int | r_boundary |
| Grid * | grid |
Friends | |
| Subgrid | operator & (Subgrid a, Subgrid b) |
Definition at line 949 of file eleme.h.
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 974 of file eleme.h. References grid, r_boundary, r_interior, and r_nearb. |
|
|
Definition at line 972 of file eleme.h. References r_boundary. |
|
|
Definition at line 970 of file eleme.h. References r_interior. Referenced by Index_set::Index_set(). |
|
|
Definition at line 971 of file eleme.h. References r_nearb. |
|
||||||||||||
|
|
|
|
Definition at line 987 of file eleme.h. Referenced by operator=(), Sub_boundary_grid::operator~(), and Sub_boundary_grid::Sub_boundary_grid(). |
|
|
Definition at line 984 of file eleme.h. Referenced by operator=(), Sub_boundary_grid::operator~(), run_boundary(), and Sub_boundary_grid::Sub_boundary_grid(). |
|
|
Definition at line 982 of file eleme.h. Referenced by operator=(), and run_interior(). |
|
|
Definition at line 983 of file eleme.h. Referenced by operator=(), and run_nearb(). |
1.4.6