Subversion Repositories slepc-dev

Rev

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

Rev 344 Rev 358
Line 57... Line 57...
#undef __FUNCT__  
#undef __FUNCT__  
#define __FUNCT__ "STCreate_Shift"
#define __FUNCT__ "STCreate_Shift"
int STCreate_Shift(ST st)
int STCreate_Shift(ST st)
{
{
  PetscFunctionBegin;
  PetscFunctionBegin;
  st->numberofshifts   = 1;
 
  st->ops->apply       = STApply_Shift;
  st->ops->apply       = STApply_Shift;
  st->ops->applyB      = STApplyB_Default;
  st->ops->applyB      = STApplyB_Default;
  st->ops->backtr      = STBackTransform_Shift;
  st->ops->backtr      = STBackTransform_Shift;
  st->ops->setup       = STSetUp_Shift;
  st->ops->setup       = STSetUp_Shift;
  st->checknullspace   = 0;
  st->checknullspace   = 0;