Reference
Configuration
PetscCall.use_petsc_jll
— MethodPetscCall.use_petsc_jll(;kwargs...)
Document me!
PetscCall.use_system_petsc
— MethodPetscCall.use_system_petsc(;kwargs...)
Document me!
Environment
PetscCall.finalize
— MethodPetscCall.finalize()
Document me!
PetscCall.init
— MethodPetscCall.init(:kwargs...)
Document me!
PetscCall.initialized
— MethodPetscCall.initialized()
Document me!
PetscCall.with
— MethodPetscCall.with(f;kwargs...)
Document me!
Linear solvers (KSP)
PetscCall.ksp_finalize!
— FunctionPetscCall.ksp_finalize!(setup)
Document me!
PetscCall.ksp_setup
— FunctionPetscCall.ksp_setup(x,A,b;kwargs...)
Document me!
PetscCall.ksp_setup!
— FunctionPetscCall.ksp_setup!(setup,A)
Document me!
PetscCall.ksp_solve!
— FunctionPetscCall.ksp_solve!(x,setup,b)
Document me!
Nonlinear solvers (SNES)
Work in progress (help wanted).