nrek_time_type structure#
struct nrek_time_type{T} total::T assemble::T analyse::T factorize::T solve::T clock_total::T clock_assemble::T clock_analyse::T clock_factorize::T clock_solve::T
detailed documentation#
time derived type as a Julia structure
components#
T total
total CPU time spent in the package
T assemble
CPU time spent building \(H\) and \(S\).
T analyse
CPU time spent reordering \(H\) and \(S\) prior to factorization.
T factorize
CPU time spent factorizing \(H\) and \(S\).
T solve
CPU time spent solving linear systems inolving \(H\) and \(S\).
T clock_total
total clock time spent in the package
T clock_assemble
clock time spent building \(H\) and \(S\)
T clock_analyse
clock time spent reordering \(H\) and \(S\) prior to factorization
T clock_factorize
clock time spent factorizing \(H\) and \(S\)
T clock_solve
clock time spent solving linear systems inolving \(H\) and \(S\)