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
6
#include <
prismspf/solvers/solver_base.h
>
7
8
#include <prismspf/config.h>
9
10
PRISMS_PF_BEGIN_NAMESPACE
11
12
template
<
unsigned
int
dim,
unsigned
int
degree,
typename
number>
13
class
SolveContext
;
14
19
template
<
unsigned
int
dim,
unsigned
int
degree,
typename
number>
20
using
ConstantSolver
=
SolverBase<dim, degree, number>
;
21
22
PRISMS_PF_END_NAMESPACE
SolveContext
This class provides context for a solver with ptrs to all the relevant dependencies.
Definition
solve_context.h:36
SolverBase
Definition
solver_base.h:32
Value
@ Value
Use value of the variable as a criterion for refinement.
Definition
grid_refiner_criterion.h:31
PRISMS_PF_BEGIN_NAMESPACE
Definition
conditional_ostreams.cc:20
solver_base.h
include
prismspf
solvers
constant_solver.h
Generated by
1.9.8