Matrix Free Solver 1.0.0
A matrix free solver for the Advection Diffusion Reaction problem implemented with deal.II
Loading...
Searching...
No Matches
main.cpp File Reference
#include <deal.II/base/convergence_table.h>
#include "DTR.hpp"

Functions

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[])
 

Function Documentation

◆ 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()

void solve_problem ( )

Solve the ADR problem. It prints all the verbose information to the standard output, including timings, solver information, and errors.