v0.14.0 |
Example implementation of transport problem using mixed formulation. More...
Go to the source code of this file.
Classes | |
struct | BcFluxData |
struct | MyTransport |
Application of mix transport data structure. More... | |
Typedefs | |
typedef map< int, BcFluxData > | BcFluxMap |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static char | help [] |
Example implementation of transport problem using mixed formulation.
Definition in file h_adaptive_transport.cpp.
typedef map<int, BcFluxData> BcFluxMap |
Definition at line 37 of file h_adaptive_transport.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 357 of file h_adaptive_transport.cpp.
|
static |
Definition at line 23 of file h_adaptive_transport.cpp.