addMatrixValueFEMSolver Subroutine

public subroutine addMatrixValueFEMSolver(this, row_id, col_id, SingleValue, as_Dense)

Type Bound

FEMSolver_

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(inout) :: this
integer(kind=int32), intent(in) :: row_id
integer(kind=int32), intent(in) :: col_id
real(kind=real64), intent(in) :: SingleValue
logical, intent(in), optional :: as_Dense