Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
chemistry.h
1// this is the public header for unified chemistry heating and cooling
2
3#pragma once
4
5#include <functional>
6
7#include "../global/global.h"
8#include "../grid/grid3D.h"
9
10/* construct the chemistry callback (or not based on the specified parameters & compilation mode)
11 *
12 * \note
13 * we always define the following function regardless of the defined compiler flags */
14std::function<void(Grid3D&)> configure_chemistry_callback(ParameterMap& pmap);
Class to create a the gravity object.
Definition grid3D.h:229
A class that provides map-like access to parameter files.
Definition ParameterMap.h:74