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/amgprec/amg_cbind.h

11 lines
232 B
C

#ifndef AMG_CBIND_
#define AMG_CBIND_
#define AMG_VALID_PRECONDITIONER_STRINGS "NONE","DIAG","BJAC","ML","AS"
#define AMG_VALID_PRECONDITIONER_STRING "NONE DIAG BJAC ML AS"
#include "amg_const.h"
#include "amg_c_dprec.h"
#endif