The finite element method using deal.II - 2021/2022
main.cc
Go to the documentation of this file.
1
#include "step-3.h"
2
3
int
4
main
()
5
{
6
deallog
.
depth_console
(2);
7
Step3
laplace_problem;
8
laplace_problem.
run
();
9
return
0;
10
}
deallog
LogStream deallog
Step3
Definition:
step-3.h:55
Step3::run
void run()
Definition:
step-3.cc:133
LogStream::depth_console
unsigned int depth_console(const unsigned int n)
main
int main()
Definition:
main.cc:4
labs
lab-03
source
main.cc
Generated on Thu Jun 23 2022 07:19:45 for The finite element method using deal.II - 2021/2022 by
1.8.17