| 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
|
|
|