fixLinearSolver Subroutine

public recursive subroutine fixLinearSolver(obj, nodeid, entryvalue, entryID, DOF, row_DomainID, nodeids, entryvalues, debug)

Type Bound

LinearSolver_

Arguments

Type IntentOptional Attributes Name
class(LinearSolver_), intent(inout) :: obj
integer(kind=int32), intent(in) :: nodeid
real(kind=real64), intent(in) :: entryvalue
integer(kind=int32), intent(in), optional :: entryID
integer(kind=int32), intent(in), optional :: DOF
integer(kind=int32), intent(in), optional :: row_DomainID
integer(kind=int32), intent(in), optional :: nodeids(:)
integer(kind=int32), intent(in), optional :: entryvalues(:)
logical, intent(in), optional :: debug