#include <deal.II/base/utilities.h>
#include "poisson.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 25 of file main.cc.
32 std::string par_name =
"";
43 laplace_problem.
run();
45 catch (std::exception &exc)
47 std::cerr << std::endl
49 <<
"----------------------------------------------------"
51 std::cerr <<
"Exception on processing: " << std::endl
52 << exc.what() << std::endl
53 <<
"Aborting!" << std::endl
54 <<
"----------------------------------------------------"
61 std::cerr << std::endl
63 <<
"----------------------------------------------------"
65 std::cerr <<
"Unknown exception!" << std::endl
66 <<
"Aborting!" << std::endl
67 <<
"----------------------------------------------------"