|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <common.h>
Data Fields | |
| BoundaryFunc * | boundary |
| BoundaryFunc * | boundary_homogeneous |
| BoundaryStencilFunc * | boundary_stencil |
| double(* | gradient )(double, double, double) |
| void(* | delete )(scalar) |
| char * | name |
| ivec | d |
| vector | v |
| int | face |
| bool | nodump |
| bool | freed |
| int | block |
| scalar * | depends |
| BoundaryFunc* _Attributes::boundary |
| BoundaryFunc* _Attributes::boundary_homogeneous |
| BoundaryStencilFunc* _Attributes::boundary_stencil |
| char* _Attributes::name |
Definition at line 156 of file common.h.
Referenced by cartesian_scalar_clone(), and foreach_stencil_generic().