Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
initLinearSolver
Subroutine
MIT
49 statements
Source File
LinearSolverClass.f90
LinearSolverClass
initLinearSolver
Contents
None
public subroutine initLinearSolver(obj, NumberOfNode, DOF)
Arguments
Type
Intent
Optional
Attributes
Name
class(
LinearSolver_
),
intent(inout)
::
obj
integer(kind=int32),
intent(in),
optional
::
NumberOfNode
(:)
integer(kind=int32),
intent(in),
optional
::
DOF
Contents
None