#include <deal.II/base/convergence_table.h>
#include "DTR.hpp"
|
| void | solve_problem () |
| | Solve the ADR problem. It prints all the verbose information to the standard output, including timings, solver information, and errors.
|
| |
| void | convergence_study () |
| | Execute a convergence study for the ADR problem, extracting the L2 and H1 errors and the convergence rates. It writes the convergence table both to the ./output_mb/convergence_mb.csv file and to the standard output.
|
| |
| void | dimension_time_study () |
| |
| void | polynomial_degree_study () |
| |
| int | main (int argc, char *argv[]) |
| |
◆ convergence_study()
| void convergence_study |
( |
| ) |
|
Execute a convergence study for the ADR problem, extracting the L2 and H1 errors and the convergence rates. It writes the convergence table both to the ./output_mb/convergence_mb.csv file and to the standard output.
◆ dimension_time_study()
| void dimension_time_study |
( |
| ) |
|
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ polynomial_degree_study()
| void polynomial_degree_study |
( |
| ) |
|
◆ solve_problem()
Solve the ADR problem. It prints all the verbose information to the standard output, including timings, solver information, and errors.