abst_assemble Interface

interface
private subroutine abst_assemble(self, domain, Property, Porosity, dt, step, iter)

Arguments

Type IntentOptional Attributes Name
class(abst_thermal), intent(inout) :: self
type(type_domain), intent(inout) :: domain
type(type_proereties_manager), intent(inout) :: Property
real(kind=real64), intent(in) :: Porosity(:)
real(kind=real64), intent(in) :: dt
integer(kind=int32), intent(in) :: step
integer(kind=int32), intent(in) :: iter