abst_assemble_global_hydraulic Interface

interface
public subroutine abst_assemble_global_hydraulic(J, R, domain, pressure, temperature, ice, porosity, properties, controls, actual_order)

Arguments

Type IntentOptional Attributes Name
type(type_crs), intent(inout) :: J
real(kind=real64), intent(inout) :: R(:)
type(type_domain), intent(inout), target :: domain
type(type_variable), intent(in) :: pressure
type(type_variable), intent(in) :: temperature
type(type_variable), intent(in) :: ice
type(type_variable), intent(in) :: porosity
type(type_properties_manager), intent(in) :: properties
type(type_controls), intent(in) :: controls
integer(kind=int32), intent(in) :: actual_order