[petsc-users] KSPMonitorSingularValue

Klaij, Christiaan C.Klaij at marin.nl
Tue Oct 25 01:42:58 CDT 2011


>> I'm using ifort and free form fortran so the lines can have any
>> length in principle.
>>
>> call
>> KSPGMRESSetOrthogonalization(ksp,KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)
>>
>> or
>>
>> call KSPGMRESSetOrthogonalization(ksp, &
>> KSPGMRESModifiedGramSchmidtOrthogonalization,ierr)
>>
>> give the same compiler message... Any ideas how to fix this?
>>
>
>Looks like there isn't a Fortran binding to this function so just use
>PetscOptionsSetValue("-ksp_gmres_modifiedgramschmidt", "1") for now.

That compiles without problem, thanks!


dr. ir. Christiaan Klaij
CFD Researcher
Research & Development
E mailto:C.Klaij at marin.nl
T +31 317 49 33 44

MARIN
2, Haagsteeg, P.O. Box 28, 6700 AA Wageningen, The Netherlands
T +31 317 49 39 11, F +31 317 49 32 45, I www.marin.nl



More information about the petsc-users mailing list