get_rkeops_options: Get the current 'rkeops' options in 'R' global options scope

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/common-get_options.R

Description

rkeops uses two sets of options: compile options (see compile_options()) and runtime options (see runtime_options()). These options define the behavior of rkeops when compiling or when calling user-defined operators.

You can read the current states of rkeops options by calling get_rkeops_options().

Usage

1

Arguments

tag

text string being "compile" or "runtime" to get corresponding options. If missing (default), both are returned.

Details

rkeops global options includes two lists defining options used at compilation of user-defined operators or at runtime. These two list contains specific informations (see compile_options() and runtime_options() respectively, in particular for default values).

If the tag input parameter is specified (e.g. "compile" or "runtime"), only the corresponding option list is returned.

These options are set with the functions set_rkeops_options() and set_rkeops_option(). To know which values are allowed for which options, you can check compile_options() and runtime_options().

Value

a list with rkeops current options values (see Details).

Author(s)

Ghislain Durif

See Also

get_rkeops_option(), compile_options(), runtime_options(), set_rkeops_options(), set_rkeops_option()

Examples

1
2

rkeops documentation built on Feb. 17, 2021, 5:08 p.m.