Go to the source code of this file.
Classes | |
| class | ConvectionProblem< ELEMENT > |
| 2D Convection problem on rectangular domain, discretised with refineable elements. The specific type of element is specified via the template parameter. More... | |
Namespaces | |
| namespace | Global_Physical_Variables |
| Namespace for the physical parameters in the problem. | |
Functions | |
| Vector< double > | Global_Physical_Variables::Direction_of_gravity (2) |
| Gravity vector. | |
| int | main (int argc, char **argv) |
| Driver code for 2D Boussinesq convection problem. | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Driver code for 2D Boussinesq convection problem.
Definition at line 418 of file multi_domain_boussinesq_convection.cc.
References Global_Physical_Variables::Direction_of_gravity(), and ConvectionProblem< ELEMENT >::set_boundary_conditions().