Loading...
Searching...
No Matches
evaluate_parameters

Definition

Parameters module

Data Types

module  param
 Provides a simple class for describing equation parameters. More...
 

Methods

◆ getparam()

subroutine, public getparam ( character(*), intent(inout) sym,
complex(c8), intent(out) var,
integer, intent(out), optional ierr )

Find double precision complex value var corresponding to symbol sym

Parameters
[in,out]symparameter symbol
[out]varparameter value as single precision integer
[out]ierr(optional) error code

Remarks

Definition at line 164 of file Parameters.f90.

◆ getvalue()

subroutine, public getvalue ( character(*), intent(inout) xinchar,
complex(c8), intent(out) cval,
integer, intent(out), optional ierr )

Finds double precision complex value corresponding to number string xinchar or value in symbol table corresponding to symbol name xinchar.

Parameters
[in,out]xincharinput string
[out]cvalparameter value as double precision complex
[out]ierr(optional) error code

Remarks

Definition at line 207 of file Parameters.f90.

◆ listvar()

subroutine, public listvar

List all variables, their names and their values.

Remarks

Definition at line 235 of file Parameters.f90.