(git:b279b6b)
fparser.F File Reference

Go to the source code of this file.

Modules

module  fparser
 This public domain function parser module is intended for applications where a set of mathematical expressions is specified at runtime and is then evaluated for a large number of variable values. This is done by compiling the set of function strings into byte code, which is interpreted very efficiently for the various variable values.
 

Functions/Subroutines

subroutine, public fparser::finalizef ()
 ... More...
 
subroutine, public fparser::initf (n)
 ... More...
 
subroutine, public fparser::parsef (i, FuncStr, Var)
 Parse ith function string FuncStr and compile it into bytecode. More...
 
real(rn) function, public fparser::evalf (i, Val)
 ... More...
 
real(kind=rn) function, public fparser::evalfd (id_fun, ipar, vals, h, err)
 Evaluates derivatives. More...
 

Variables

integer, public fparser::evalerrtype