abst_apply_bc_sparse_crs Interface

interface
private subroutine abst_apply_bc_sparse_crs(self, current_time, A, b, domain, mode)

Arguments

Type IntentOptional Attributes Name
class(abst_bc_thermal), intent(in) :: self
real(kind=real64), intent(in) :: current_time
type(type_crs), intent(inout), optional :: A
real(kind=real64), intent(inout) :: b(:)
type(type_domain), intent(in) :: domain
integer(kind=int32), intent(in), optional :: mode