PETSc是一种可移植可扩展科学计算工具箱,它为大规模应用代码在并行(和串行)计算机上实现提供构造模块。PETSc对所有消息传递通讯均使用MPI标准。
官方的用户手册不怎么好用,下面的链接确实挺好
http://www.caspur.it/risorse/softappl/doc/petsc_docs/manualpages/singleindex.html
http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-current/docs/manualpages/singleindex.html
个人觉得,学习PTESc库最好的方法,就是阅读库中的例子程序,遇到不懂的函数,就翻看函数手册。
官方FAQ也有一些参考:http://www.mcs.anl.gov/petsc/petsc-2/documentation/faq.html
常见数学函数库介绍:http://bbs.gameres.com/showthread.asp?threadid=36266