PRISMS-PF Manual
Loading...
Searching...
No Matches
constant_solver.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2025 PRISMS Center at the University of Michigan
2// SPDX-License-Identifier: GNU Lesser General Public Version 2.1
3
4#pragma once
5
7
8#include <prismspf/config.h>
9
11
12template <unsigned int dim, unsigned int degree, typename number>
13class SolveContext;
14
19template <unsigned int dim, unsigned int degree, typename number>
21
This class provides context for a solver with ptrs to all the relevant dependencies.
Definition solve_context.h:36
Definition solver_base.h:32
@ Value
Use value of the variable as a criterion for refinement.
Definition grid_refiner_criterion.h:31
Definition conditional_ostreams.cc:20