Searched refs:needsInverseJacobian (Results 1 – 2 of 2) sorted by relevance
82 procedure :: needsInverseJacobian method226 function needsInverseJacobian(this) function233 logical :: needsInverseJacobian local237 needsInverseJacobian = .false.241 needsInverseJacobian = (this%iStep >= iStart .and. this%iStep <= iEnd)244 end function needsInverseJacobian259 if (this%needsInverseJacobian()) then
4235 if (xlbomdIntegrator%needsInverseJacobian()) then