PRISMS-PF Manual
Loading...
Searching...
No Matches
phase_field_tools.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
9
10#include <prismspf/config.h>
11
12#include <vector>
13
15
19template <unsigned int dim>
21{
25 std::vector<Nucleus<dim>> nuclei_list;
26};
27
@ Value
Use value of the variable as a criterion for refinement.
Definition grid_refiner_criterion.h:31
Definition conditional_ostreams.cc:20
This class contains mutable utilities for phase field problems.
Definition phase_field_tools.h:21
std::vector< Nucleus< dim > > nuclei_list
Nucleus list.
Definition phase_field_tools.h:25