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