- Copyright
- Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file CVodeSolver.cpp.
#include "CVodeSolver.h"
#include <cvode/cvode.h>
#include <cvode/cvode_dense.h>
#include <nvector/nvector_serial.h>
#include <sundials/sundials_dense.h>
#include <sundials/sundials_types.h>
#include <cassert>
#include "BaseLib/ConfigTree.h"
#include "BaseLib/Error.h"
#include "BaseLib/Logging.h"
Go to the source code of this file.
|
void | check_error (std::string const &f_name, int const error_flag) |
|
void | printStats (void *cvode_mem) |
| Prints some statistics about an ODE solver run.
|
|