Generate the NURBS volume with a resolution of 20
Finalize the NURBS volume object Generate the NURBS volume with a resolution of 20
Finalize the NURBS volume object
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| real(kind=rk), | allocatable | :: | BFD(:,:) | |||
| real(kind=rk), | allocatable | :: | BFD2(:,:) | |||
| real(kind=rk), | allocatable | :: | CFD(:,:) | |||
| real(kind=rk), | allocatable | :: | CFD2(:,:) | |||
| real(kind=rk), | allocatable | :: | FFD(:,:) | |||
| real(kind=rk), | allocatable | :: | FFD2(:,:) | |||
| real(kind=rk), | allocatable | :: | Tgc(:) | |||
| real(kind=rk), | allocatable | :: | Tgcm(:) | |||
| real(kind=rk), | allocatable | :: | Tgcp(:) | |||
| real(kind=rk), | allocatable | :: | Wc(:) |
Weights for the control points |
||
| real(kind=rk) | :: | Xt(3) | ||||
| real(kind=rk) | :: | Xtm(3) | ||||
| real(kind=rk) | :: | Xtp(3) | ||||
| real(kind=rk), | allocatable | :: | d2Tgc(:,:) | |||
| real(kind=rk), | allocatable | :: | d2Tgcm(:,:) | |||
| real(kind=rk), | allocatable | :: | d2Tgcp(:,:) | |||
| real(kind=rk), | allocatable | :: | dTgc(:,:) | |||
| real(kind=rk), | allocatable | :: | dTgcm(:,:) | |||
| real(kind=rk), | allocatable | :: | dTgcp(:,:) | |||
| integer | :: | i | ||||
| real(kind=rk) | :: | tol | ||||
| type(nurbs_volume) | :: | volume |
Declare a NURBS volume object |