Research Article

Partial Refactorization in Sparse Matrix Solution: A New Possibility for Faster Nonlinear Finite Element Analysis

Algorithm 4

Simple form of refactorization.
do row ,
 if (CHANGE( ) = 1) then
  do = all appropriate row
   RowTask ( )
  end do
  RowTask ( )
 end if
end do