plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
addMatrixValueFEMSolver
Subroutine
MIT
30 statements
Source File
FEMSolverClass.f90
FEMSolverClass
addMatrixValueFEMSolver
Contents
public subroutine addMatrixValueFEMSolver(this, row_id, col_id, SingleValue, as_Dense)
Type Bound
FEMSolver_
Arguments
Type
Intent
Optional
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