You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amg4psblas/cbind/mlprec/mld_cbind.h

11 lines
232 B
C

#ifndef MLD_CBIND_
#define MLD_CBIND_
#define MLD_VALID_PRECONDITIONER_STRINGS "NONE","DIAG","BJAC","ML","AS"
#define MLD_VALID_PRECONDITIONER_STRING "NONE DIAG BJAC ML AS"
#include "mld_const.h"
#include "mld_c_dprec.h"
#endif