Line data Source code
1 0 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : #pragma once 5 : 6 : namespace grmhd::ValenciaDivClean { 7 : /// Finite difference functionality for the ValenciaDivClean form of the GRMHD 8 : /// equations 9 : namespace fd {} 10 : } // namespace grmhd::ValenciaDivClean