HybridADRSolver
Loading...
Searching...
No Matches
main_matrix_free.cpp File Reference

Main driver for the matrix-free ADR solver with hybrid parallelization. More...

#include "core/problem_definition.h"
#include "core/types.h"
#include "matrix_free/matrix_free_solver.h"
#include <deal.II/base/mpi.h>
Include dependency graph for main_matrix_free.cpp:

Functions

int main (int argc, char *argv[])

Detailed Description

Main driver for the matrix-free ADR solver with hybrid parallelization.

This program demonstrates the matrix-free solver using hybrid MPI+threading parallelization for the Advection-Diffusion-Reaction problem.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )