UF_MODL_law_no_spine_equation_s (view source)
 
Defined in: uf_modl_types.h
 
Also known as:
 
Overview
method_type == UF_MODL_LAW_EQUATION. The law evaluates to the result of
solving the equation while varying the variable specified from 0 to 1.


Data Members

parm [ MAX_LINE_BUFSIZE ]
char
A character string containing the
dependent variable of the
equation, this variable varies
from 0 to 1 during evaluation of
the law.

function [ MAX_LINE_BUFSIZE ]
char
A character string containing
the equation that should be solved
to determine the value of the law.
Note that this equation must have
the variable defined by "parm"
in it.