sils_ainfo_type structure#
#include <galahad_sils.h> struct sils_ainfo_type { // fields ipc_ flag; ipc_ more; ipc_ nsteps; ipc_ nrltot; ipc_ nirtot; ipc_ nrlnec; ipc_ nirnec; ipc_ nrladu; ipc_ niradu; ipc_ ncmpa; ipc_ oor; ipc_ dup; ipc_ maxfrt; ipc_ stat; ipc_ faulty; rpc_ opsa; rpc_ opse; };
detailed documentation#
ainfo derived type as a C struct
components#
ipc_ flag
Flags success or failure case.
ipc_ more
More information on failure.
ipc_ nsteps
Number of elimination steps.
ipc_ nrltot
Size for a without compression.
ipc_ nirtot
Size for iw without compression.
ipc_ nrlnec
Size for a with compression.
ipc_ nirnec
Size for iw with compression.
ipc_ nrladu
Number of reals to hold factors.
ipc_ niradu
Number of integers to hold factors.
ipc_ ncmpa
Number of compresses.
ipc_ oor
Number of indices out-of-range.
ipc_ dup
Number of duplicates.
ipc_ maxfrt
Forecast maximum front size.
ipc_ stat
STAT value after allocate failure.
ipc_ faulty
legacy component, now not used
rpc_ opsa
Anticipated number of operations in assembly.
rpc_ opse
Anticipated number of operations in elimination.