EarthDam_without_ground_CivilItem Function

public function EarthDam_without_ground_CivilItem(this, height, length, angles, top_width, refine_level) result(dam)

Type Bound

CivilItem_

Arguments

Type IntentOptional Attributes Name
class(CivilItem_), intent(in) :: this
real(kind=real64), intent(in) :: height
real(kind=real64), intent(in) :: length
real(kind=real64), intent(in) :: angles(1:2)
real(kind=real64), intent(in) :: top_width
integer(kind=int32), intent(in) :: refine_level(1:3)

Return Value type(FEMDomain_)