to_composite_beam Interface

public interface to_composite_beam

Module Procedures

public function to_composite_beam_FEMDomain(length, width, angle_x, angle_z, division) result(this)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: length(:)
real(kind=real64), intent(in) :: width(:)
real(kind=real64), intent(in), optional :: angle_x(:)
real(kind=real64), intent(in), optional :: angle_z
integer(kind=int32), intent(in), optional :: division(:)

Return Value type(FEMDomain_)