|
subroutine | petsc_snesgetjacobiansolver (snes, a, b, jFunction, err, error,) |
| Buffer routine to the PETSc SNESSetJacobian routine for solver contexts. More...
|
|
subroutine | petsc_snesgetjacobianspecial (snes, a, err, error,) |
| Buffer routine to the PETSc SNESSetJacobian routine for solver contexts. More...
|
|
Definition at line 1500 of file cmiss_petsc.f90.
subroutine cmisspetsc::petsc_snesgetjacobian::petsc_snesgetjacobiansolver |
( |
type(petscsnestype), intent(inout) |
snes, |
|
|
type(petscmattype), intent(inout) |
a, |
|
|
type(petscmattype), intent(inout) |
b, |
|
|
external |
jFunction, |
|
|
integer(intg), intent(out) |
err, |
|
|
type(varying_string), intent(out) |
error |
|
) |
| |
|
private |
Buffer routine to the PETSc SNESSetJacobian routine for solver contexts.
- Parameters
-
[in,out] | snes | The SNES to set the function for |
[in,out] | a | The Jacobian matrix |
[in,out] | b | The Jacobian preconditioning matrix |
| jfunction | The external function to call |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4778 of file cmiss_petsc.f90.
subroutine cmisspetsc::petsc_snesgetjacobian::petsc_snesgetjacobianspecial |
( |
type(petscsnestype), intent(inout) |
snes, |
|
|
type(petscmattype), intent(inout) |
a, |
|
|
integer(intg), intent(out) |
err, |
|
|
type(varying_string), intent(out) |
error |
|
) |
| |
|
private |
Buffer routine to the PETSc SNESSetJacobian routine for solver contexts.
- Parameters
-
[in,out] | snes | The SNES to set the function for |
[in,out] | a | The Jacobian matrix |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4812 of file cmiss_petsc.f90.