BridgeShoeCivilItem Function

public function BridgeShoeCivilItem(this, pier, Thickness, Width, divisions) result(femdomain)

Type Bound

CivilItem_

Arguments

Type IntentOptional Attributes Name
class(CivilItem_), intent(in) :: this
type(FEMDomain_), intent(in) :: pier
real(kind=real64), intent(in) :: Thickness
real(kind=real64), intent(in) :: Width
integer(kind=int32), intent(in) :: divisions(1:3)

Return Value type(FEMDomain_)