Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
@*/
PetscErrorCode STSetFromOptions(ST st)
{
PetscErrorCode ierr;
int i;
PetscInt i;
char type[256];
PetscTruth flg;
const char *mode_list[3] = { "copy", "inplace", "shell" };
const char *structure_list[3] = { "same", "different", "subset" };
PC pc;