EarthDam_with_ground_CivilItem Function

public function EarthDam_with_ground_CivilItem(this, height, length, width, depth, margin, angles, top_width, refine_level, depth_cut, margin_cut, R) 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) :: width
real(kind=real64), intent(in) :: depth
real(kind=real64), intent(in) :: margin
real(kind=real64), intent(in) :: angles(1:2)
real(kind=real64), intent(in) :: top_width
integer(kind=int32), intent(in) :: refine_level(1:3)
integer(kind=int32), intent(in) :: depth_cut
integer(kind=int32), intent(in) :: margin_cut
real(kind=real64), intent(in), optional :: R

Return Value type(FEMDomain_)