getCRSFEMSolver Function

public pure function getCRSFEMSolver(this, name) result(ret)

Type Bound

FEMSolver_

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(in) :: this
character(len=*), intent(in), optional :: name

Return Value type(CRS_)