#include "flowSolver.h"
#include "PetscLinearSolver.h"
#include "constant.h"
#include <cmath>
#include <fstream>
Functions | |
| int | main (int argc, char **args) |
| start the simulation | |
This function first initialize PETSC, then call the class flowSolver to do the actual simulation, and finally exit PETSC.
| int main | ( | int | argc, | |
| char ** | args | |||
| ) |
start the simulation
This function first initialize PETSC, then call the class flowSolver to do the actual simulation, and finally exit PETSC.
| argc | number of arguments in the command line | |
| args | arguments in the command line |
1.5.6