<div class="gmail_quote">On Thu, Mar 22, 2012 at 04:23, Alexander Grayver <span dir="ltr"><<a href="mailto:agrayver@gfz-potsdam.de">agrayver@gfz-potsdam.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've got the following error when applying bicg+sor to my problem:<br>
<br>
mt-soft/solveTest> ./solveTest -ksp_view -ksp_converged_reason -ksp_monitor_true_residual -log_summary -mat_type aij -ksp_rtol 1.0e-7 -ksp_type bicg -pc_type sor -ksp_max_it 750<br>
[0]PETSC ERROR: --------------------- Error Message ------------------------------<u></u>------<br>
[0]PETSC ERROR: No support for this operation for this object type!<br>
[0]PETSC ERROR: PC does not have apply transpose!<br>
[0]PETSC ERROR: ------------------------------<u></u>------------------------------<u></u>------------<br>
[0]PETSC ERROR: Petsc Development HG revision: 59ca71b85d784abbe22f12c34ffcb2<u></u>ccc6dc68b0  HG Date: Tue Mar 20 01:05:13 2012 -0500<br>
[0]PETSC ERROR: See docs/changes/index.html for recent updates.<br>
[0]PETSC ERROR: See docs/faq.html for hints about trouble shooting.<br>
[0]PETSC ERROR: See docs/index.html for manual pages.<br>
[0]PETSC ERROR: ------------------------------<u></u>------------------------------<u></u>------------<br>
[0]PETSC ERROR: Configure options --with-petsc-arch=openmpi-<u></u>intel-complex-release-c --with-mpi-dir=/opt/mpi/intel/<u></u>openmpi-1.4.2 --with-scalar-type=complex --with-precision=double --with-blas-lapack-dir=/usr/<u></u>local/lib --with-x=0 --with-debugging=0<br>

[0]PETSC ERROR: ------------------------------<u></u>------------------------------<u></u>------------<br>
[0]PETSC ERROR: PCApplyTranspose() line 515 in /home/mt/agrayver/lib/petsc-<u></u>dev/src/ksp/pc/interface/<u></u>precon.c<br>
[0]PETSC ERROR: KSPSolve_BiCG() line 55 in /home/mt/agrayver/lib/petsc-<u></u>dev/src/ksp/ksp/impls/bicg/<u></u>bicg.c<br>
[0]PETSC ERROR: KSPSolve() line 434 in /home/mt/agrayver/lib/petsc-<u></u>dev/src/ksp/ksp/interface/<u></u>itfunc.c<br>
[0]PETSC ERROR: main() line 114 in /home/solveTest.c<br>
<br>
Any ideas?<br></blockquote><div><br></div><div>PCApplyTranspose_SOR is not implemented. It is unfortunately not an operation that is efficient to implement in-place like SOR.</div></div>