OGS
CVodeSolver.cpp File Reference

Detailed Description

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"
Include dependency graph for CVodeSolver.cpp:

Go to the source code of this file.

Classes

class  MathLib::ODE::CVodeSolverImpl
 

Namespaces

namespace  MathLib
 
namespace  MathLib::ODE
 

Functions

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.