| 94e21283 | 02-Mar-2020 |
Toby Isaac <tisaac@cc.gatech.edu> |
Add PetscDTGaussJacobiQuadrature, PetscDTGaussLobattoJacobiQuadrature, PetscDTJacobiEval
Implement the Jacobi recurrence in exactly one place
Add PetscDTJacobiEval
squashme: Fixes to Jacobi polyno
Add PetscDTGaussJacobiQuadrature, PetscDTGaussLobattoJacobiQuadrature, PetscDTJacobiEval
Implement the Jacobi recurrence in exactly one place
Add PetscDTJacobiEval
squashme: Fixes to Jacobi polynomial changes
Use lgamma to determine the scaling coefficient in Newton's method for Gauss-Jacobi quadrature
Fix complex-to-real in postprocessing eigensolve in dt.c
Correctly choose newton for PetscGaussLobattoLegendreQuadrature
Use better initial guess for PetscDTGaussJacobiQuadrature_Newton_Internal
Work around Sun bug (nullus cimex sub sole novus)
show more ...
|
| 28222859 | 07-Dec-2019 |
Toby Isaac <tisaac@cc.gatech.edu> |
Fix uninitialized, C++, and Fortran issues with PetscDTAltV, other small fixes
Silence compiler Wmaybe-unitialized warnings in petscdt.h
Loosen tolerances for single precision tests
Fix C++ PetscD
Fix uninitialized, C++, and Fortran issues with PetscDTAltV, other small fixes
Silence compiler Wmaybe-unitialized warnings in petscdt.h
Loosen tolerances for single precision tests
Fix C++ PetscDTAltv test ex7
Fix complex<->real loops in PetscDTJacobianInverse_Internal
Fix -Wmaybe-unitialized errors in ex7
Improve documentation of PetscDTAltV thanks to criticism from Barry Smith
Protect PetscDTFactorial against negative input
Unbracket SETERRQ
Make "the" -> "a"/"an" more input argument documentation in PetscDTAltV
Rename formIndex to formDegree for consistent notation
show more ...
|