hexahedron_Xc Function

public pure function hexahedron_Xc(L, nc) result(Xc)

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: L(3)
integer, intent(in) :: nc(3)

Return Value real(kind=rk), allocatable, (:,:)


Called by

proc~~hexahedron_xc~~CalledByGraph proc~hexahedron_xc hexahedron_Xc proc~set_hexahedron nurbs_volume%set_hexahedron proc~set_hexahedron->proc~hexahedron_xc program~example_put_to_nurbs example_put_to_nurbs program~example_put_to_nurbs->proc~hexahedron_xc program~shape_hexahedron shape_hexahedron program~shape_hexahedron->proc~set_hexahedron