Subversion Repositories slepc-dev

Rev

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

Rev 1358 Rev 1364
Line 116... Line 116...
   Output Parameter:
   Output Parameter:
.  st - location to put the spectral transformation context
.  st - location to put the spectral transformation context
 
 
   Level: beginner
   Level: beginner
 
 
.seealso: STSetUp(), STApply(), STDestroy()
.seealso: STSetUp(), STApply(), STDestroy(), ST
@*/
@*/
PetscErrorCode STCreate(MPI_Comm comm,ST *newst)
PetscErrorCode STCreate(MPI_Comm comm,ST *newst)
{
{
  PetscErrorCode ierr;
  PetscErrorCode ierr;
  ST             st;
  ST             st;