/* ----------------------------------------------------------------- * SUNDIALS Copyright Start * Copyright (c) 2002-2024, Lawrence Livermore National Security * and Southern Methodist University. * All rights reserved. * * See the top-level LICENSE and NOTICE files for details. * * SPDX-License-Identifier: BSD-3-Clause * SUNDIALS Copyright End * ----------------------------------------------------------------- * Header file that includes the SUNDIALS core. * ----------------------------------------------------------------*/ #ifndef _SUNDIALS_CORE_H #define _SUNDIALS_CORE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if SUNDIALS_MPI_ENABLED #include #endif #endif /* _SUNDIALS_CORE_H */