get_cnst: Get Predefined Constant

View source: R/RcppExports.R

get_cnstR Documentation

Get Predefined Constant

Description

This function returns numerical value of predefined named constants. Constants defined for this package are:

  • CV_ADAMS

  • CV_BDF

  • CV_SIMULTANEOUS

  • CV_STAGGERED

  • CV_STAGGERED1

  • CV_SUCCESS

  • R2SUNDIALS_EVENT_HOLD

  • R2SUNDIALS_EVENT_IGNORE

  • R2SUNDIALS_EVENT_STOP

All these constants are exported from the package and available for use in callback functions written in R.

Usage

get_cnst(s)

Arguments

s

character scalar, name of the constant whose value is to get.

Value

integer scalar, the value of the constant named by s

Examples

get_cnst("CV_SUCCESS")
# [1] 0

r2sundials documentation built on March 31, 2023, 8:32 p.m.