Subversion Repositories slepc-dev

Rev

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

Rev 2818 Rev 2832
Line 264... Line 264...
#undef __FUNCT__  
#undef __FUNCT__  
#define __FUNCT__ "PSCreate_GHIEP"
#define __FUNCT__ "PSCreate_GHIEP"
PetscErrorCode PSCreate_GHIEP(PS ps)
PetscErrorCode PSCreate_GHIEP(PS ps)
{
{
  PetscFunctionBegin;
  PetscFunctionBegin;
  ps->nmeth  = 1;
 
  ps->ops->allocate      = PSAllocate_GHIEP;
  ps->ops->allocate      = PSAllocate_GHIEP;
  ps->ops->view          = PSView_GHIEP;
  ps->ops->view          = PSView_GHIEP;
  ps->ops->vectors       = PSVectors_GHIEP;
  ps->ops->vectors       = PSVectors_GHIEP;
  ps->ops->solve         = PSSolve_GHIEP;
  ps->ops->solve[0]      = PSSolve_GHIEP;
  ps->ops->sort          = PSSort_GHIEP;
  ps->ops->sort          = PSSort_GHIEP;
  PetscFunctionReturn(0);
  PetscFunctionReturn(0);
}
}
EXTERN_C_END
EXTERN_C_END