MONC
petsc_solver_stub.F90
Go to the documentation of this file.
1 
2 module petsc_solver_mod
4  implicit none
5 
6 #ifndef TEST_MODE
7  private
8 #endif
9 
11 contains
12 
16  petsc_solver_get_descriptor%name="petsc_solver"
17  petsc_solver_get_descriptor%version=0.0
18  end function petsc_solver_get_descriptor
19 end module petsc_solver_mod
PETSc solver component to call out to PETSc for solving the Poisson equation for pressure.
Definition: petsc_solver.F90:6
Interfaces and types that MONC components must specify.
type(component_descriptor_type) function, public petsc_solver_get_descriptor()
Provides the descriptor back to the caller and is used in component registration. ...