Home
last modified time | relevance | path

Searched refs:needsInverseJacobian (Results 1 – 2 of 2) sorted by relevance

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_md/
H A Dxlbomd.F9082 procedure :: needsInverseJacobian method
226 function needsInverseJacobian(this) function
233 logical :: needsInverseJacobian local
237 needsInverseJacobian = .false.
241 needsInverseJacobian = (this%iStep >= iStart .and. this%iStep <= iEnd)
244 end function needsInverseJacobian
259 if (this%needsInverseJacobian()) then
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftbplus/
H A Dmain.F904235 if (xlbomdIntegrator%needsInverseJacobian()) then