Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 380 of file step-40.cc.
390 laplace_problem_2d.
run();
392 catch (std::exception &exc)
394 std::cerr << std::endl
396 <<
"----------------------------------------------------"
398 std::cerr <<
"Exception on processing: " << std::endl
399 << exc.what() << std::endl
400 <<
"Aborting!" << std::endl
401 <<
"----------------------------------------------------"
408 std::cerr << std::endl
410 <<
"----------------------------------------------------"
412 std::cerr <<
"Unknown exception!" << std::endl
413 <<
"Aborting!" << std::endl
414 <<
"----------------------------------------------------"