Choral
|
Geometrical transformation \(T~: K_{\rm ref} \mapsto K \). More...
Private Member Functions | |
final | geotsf_clear |
destructor More... | |
type(geotsf) function | geotsf_create (dim, nn, y) |
Constructor for the type geoTsf More... | |
Private Attributes | |
integer | type |
Transformation type. More... | |
integer | dim |
dim = dim(K_ref) More... | |
integer | nn |
nn = number of points More... | |
real(rp), dimension(3, cell_max_nbnodes) | t |
'T' encodes the transformation More... | |
real(rp), dimension(:,:), allocatable | y |
node coordinates in K_ref More... | |
real(rp), dimension(:,:), allocatable | ty |
Ty = T(y) = node oordinates in K. More... | |
real(rp), dimension(:,:,:), allocatable | dty |
Differential of T at every node in 'y'. More... | |
real(rp), dimension(:), allocatable | jy |
Jacobian of T at every node in 'y'. More... | |
real(rp), dimension(:,:,:), allocatable | cy |
Complementary matrix of DT(y) at every node in 'y'. More... | |
Geometrical transformation \(T~: K_{\rm ref} \mapsto K \).
See the description in geotsf_mod detailed description.
Definition at line 130 of file geoTsf_mod.F90.
|
finalprivate |
|
private |
Constructor for the type geoTsf
Definition at line 216 of file geoTsf_mod.F90.
|
private |
Complementary matrix of DT(y) at every node in 'y'.
Definition at line 152 of file geoTsf_mod.F90.
|
private |
dim = dim(K_ref)
Definition at line 133 of file geoTsf_mod.F90.
|
private |
Differential of T at every node in 'y'.
Definition at line 146 of file geoTsf_mod.F90.
|
private |
Jacobian of T at every node in 'y'.
Definition at line 149 of file geoTsf_mod.F90.
|
private |
nn = number of points
Definition at line 134 of file geoTsf_mod.F90.
|
private |
'T' encodes the transformation
Definition at line 137 of file geoTsf_mod.F90.
|
private |
Ty = T(y) = node oordinates in K.
Definition at line 143 of file geoTsf_mod.F90.
|
private |
Transformation type.
Definition at line 132 of file geoTsf_mod.F90.
|
private |
node coordinates in K_ref
Definition at line 140 of file geoTsf_mod.F90.