Line data Source code
1 0 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : #pragma once 5 : 6 : /// Analytic data for the \ref Xcts "XCTS" equations, i.e. field configurations 7 : /// that do not solve the equations but are used as background or initial guess. 8 1 : namespace Xcts::AnalyticData {}