| 2c5cda21 | 20-May-2025 |
Pierre Jolivet <pierre@joliv.et> |
Docs: fix wrong parameter for Fortran users
ex76f.F90:87:101:
87 | PetscCallA(MatCreateDense(PETSC_COMM_WORLD,m,PETSC_DECIDE,PETSC_DECIDE,N,PETSC_NULL_SCALAR,C,ierr)) |
Docs: fix wrong parameter for Fortran users
ex76f.F90:87:101:
87 | PetscCallA(MatCreateDense(PETSC_COMM_WORLD,m,PETSC_DECIDE,PETSC_DECIDE,N,PETSC_NULL_SCALAR,C,ierr)) | 1 Error: There is no specific subroutine for the generic 'matcreatedense' at (1)
show more ...
|