beamCivilItem Function

public function beamCivilItem(this, from, to, width, height, division) result(beam)

Type Bound

CivilItem_

Arguments

Type IntentOptional Attributes Name
class(CivilItem_), intent(in) :: this
real(kind=real64), intent(in) :: from(1:3)
real(kind=real64), intent(in) :: to(1:3)
real(kind=real64), intent(in) :: width
real(kind=real64), intent(in) :: height
integer(kind=int32), intent(in) :: division(1:3)

Return Value type(FEMDomain_)