Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 842 Rev 982
Line 114... Line 114...
 
 
@*/
@*/
PetscErrorCode STSetFromOptions(ST st)
PetscErrorCode STSetFromOptions(ST st)
{
{
  PetscErrorCode ierr;
  PetscErrorCode ierr;
  int            i;
  PetscInt       i;
  char           type[256];
  char           type[256];
  PetscTruth     flg;
  PetscTruth     flg;
  const char     *mode_list[3] = { "copy", "inplace", "shell" };
  const char     *mode_list[3] = { "copy", "inplace", "shell" };
  const char     *structure_list[3] = { "same", "different", "subset" };
  const char     *structure_list[3] = { "same", "different", "subset" };
  PC             pc;
  PC             pc;