source/solvers/packages/sundials/cvode/CVODESolver.h File Reference

#include "SAMRAI_config.h"
#include <string>
#include "tbox/IOStream.h"
#include "CVODEAbstractFunctions.h"
#include "SundialsAbstractVector.h"
#include "cvode/cvode.h"

Namespaces

namespace  SAMRAI
namespace  SAMRAI::solv

Classes

class  SAMRAI::solv::CVODESolver
 Class CVODESolver serves as a C++ wrapper for the CVODE ordinary differential equation solver package. More...

Defines

#define CVODE_SAMRAI_ERROR(ierr)

Define Documentation

#define CVODE_SAMRAI_ERROR ( ierr   ) 

Value:

do {                                            \
      if (ierr != CV_SUCCESS) {                                                                 \
         std::ostringstream tboxos;                                                     \
         SAMRAI::tbox::Utilities::abort(tboxos.str().c_str(), __FILE__, __LINE__);      \
      }                                                                         \
} while (0)


Generated on Thu Jun 18 11:28:17 2009 for SAMRAI by  doxygen 1.5.1