sbls_time_type structure#
struct sbls_time_type{T} total::T form::T factorize::T apply::T clock_total::T clock_form::T clock_factorize::T clock_apply::T
detailed documentation#
time derived type as a Julia structure
components#
T total
total cpu time spent in the package
T form
cpu time spent forming the preconditioner \(K_G\)
T factorize
cpu time spent factorizing \(K_G\)
T apply
cpu time spent solving linear systems inolving \(K_G\)
T clock_total
total clock time spent in the package
T clock_form
clock time spent forming the preconditioner \(K_G\)
T clock_factorize
clock time spent factorizing \(K_G\)
T clock_apply
clock time spent solving linear systems inolving \(K_G\)