|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <stencils.h>
Data Fields | |
| char * | name |
| void * | pointer |
| int | type |
| int | nd |
| char | reduct |
| char | global |
| char | constant |
| void * | data |
| scalar | s |
| External * | externals |
| External * | next |
| int | used |
Definition at line 41 of file stencils.h.
| char _External::constant |
Definition at line 48 of file stencils.h.
| void* _External::data |
Definition at line 49 of file stencils.h.
| External* _External::externals |
Definition at line 51 of file stencils.h.
| char _External::global |
Definition at line 47 of file stencils.h.
| char* _External::name |
Definition at line 42 of file stencils.h.
| int _External::nd |
Definition at line 45 of file stencils.h.
| External * _External::next |
Definition at line 51 of file stencils.h.
| void* _External::pointer |
Definition at line 43 of file stencils.h.
| char _External::reduct |
Definition at line 46 of file stencils.h.
| scalar _External::s |
Definition at line 50 of file stencils.h.
| int _External::type |
Definition at line 44 of file stencils.h.
| int _External::used |
Definition at line 52 of file stencils.h.