hexahedron_Xc Function

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

Arguments

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

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~test_forcad_utils test_forcad_utils program~test_forcad_utils->proc~hexahedron_xc program~example_twist_taper example_twist_taper program~example_twist_taper->proc~set_hexahedron program~fdm_test_volume fdm_test_volume program~fdm_test_volume->proc~set_hexahedron program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~set_hexahedron program~shape_hexahedron shape_hexahedron program~shape_hexahedron->proc~set_hexahedron program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~set_hexahedron