plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getCRSFEMSolver
Function
MIT
20 statements
Source File
FEMSolverClass.f90
FEMSolverClass
getCRSFEMSolver
Contents
public pure function getCRSFEMSolver(this, name) result(ret)
Type Bound
FEMSolver_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMSolver_
),
intent(in)
::
this
character(len=*),
intent(in),
optional
::
name
Return Value
type(
CRS_
)