PRISMS-PF Manual
Loading...
Searching...
No Matches
constant_solver.h File Reference
#include <prismspf/solvers/solver_base.h>
#include <prismspf/config.h>
Include dependency graph for constant_solver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

template<unsigned int dim, unsigned int degree, typename number >
using ConstantSolver = SolverBase< dim, degree, number >
 This class handles the solves for fields that are constant in time (does nothing that the base solver class doesn't already do).
 

Typedef Documentation

◆ ConstantSolver

This class handles the solves for fields that are constant in time (does nothing that the base solver class doesn't already do).