|
Matrix Free Solver 1.0.0
A matrix free solver for the Advection Diffusion Reaction problem implemented with deal.II
|
#include <deal.II/base/function.h>Go to the source code of this file.
Classes | |
| class | problem_data::DiffusionCoefficient< dim > |
| Diffusion coefficient function. More... | |
| class | problem_data::TransportCoefficient< dim > |
| Transport coefficient function. More... | |
| class | problem_data::ReactionCoefficient< dim > |
| Reaction coefficient function. More... | |
| class | problem_data::ForcingTerm< dim > |
| Forcing term function. More... | |
| class | problem_data::DirichletBC1< dim > |
| Dirichlet boundary condition (left and bottom) function. More... | |
| class | problem_data::DirichletBC2< dim > |
| Dirichlet boundary condition (right and top) function. More... | |
| class | problem_data::NeumannBC1< dim > |
| Neumann boundary condition (right and top) function. More... | |
| class | problem_data::NeumannBC2< dim > |
| Neumann boundary condition (left and bottom) function. More... | |
| class | problem_data::ExactSolution< dim > |
| Exact solution function. More... | |
Namespaces | |
| namespace | problem_data |
Variables | |
| const char | problem_data::bcs [4] = {'D', 'N', 'D', 'N'} |
| Boundary conditions: 'D' for Dirichlet and 'N' for Neumann. Order: left, right, bottom, top. | |