TABLE OF CONTENTS


::pwtk::dmi::get

SYNOPSIS

proc ::pwtk::dmi::get {} {

DESCRIPTION

Return the content of the dynmat input

SOURCE

    loadDefaults_

    # dynmat.x uses INPUT namelist, but this name is too generic,
    # hence pwtk uses DYNMAT instead, hence we need to substitute the
    # DYNMAT string with INPUT

    return [regsub -- {\&DYNMAT} [::pwtk::input::namelistGet DYNMAT] {\&INPUT}]
}