sbls_time_type structure#
#include <galahad_sbls.h> struct sbls_time_type { // fields rpc_ total; rpc_ form; rpc_ factorize; rpc_ apply; rpc_ clock_total; rpc_ clock_form; rpc_ clock_factorize; rpc_ clock_apply; };
detailed documentation#
time derived type as a C struct
components#
rpc_ total
total cpu time spent in the package
rpc_ form
cpu time spent forming the preconditioner \(K_G\)
rpc_ factorize
cpu time spent factorizing \(K_G\)
rpc_ apply
cpu time spent solving linear systems inolving \(K_G\)
rpc_ clock_total
total clock time spent in the package
rpc_ clock_form
clock time spent forming the preconditioner \(K_G\)
rpc_ clock_factorize
clock time spent factorizing \(K_G\)
rpc_ clock_apply
clock time spent solving linear systems inolving \(K_G\)