|
subroutine | geotsf_mod::geotsf_clear (g) |
| Destructor for geoTsf type. More...
|
|
type(geotsf) function | geotsf_mod::geotsf_create (dim, nn, y) |
| Constructor for the type geoTsf More...
|
|
subroutine | geotsf_mod::geotsf_assemble (g, type, X, nNd) |
| Define the transformation T: K_ref –> K. More...
|
|
subroutine, public | geotsf_mod::compute_j (g) |
| Compute Jy(i) at the nodes y(:;i) More...
|
|
subroutine, public | geotsf_mod::compute_jc (g) |
| Computes Jy(i) and Cy(:,:,i) at the nodes y(:;i) More...
|
|
subroutine, public | geotsf_mod::compute_dtjc (g) |
| Compute DTy(:,:,i), Jy(i) and Cy(:,:,i) at the nodes y(:,i) More...
|
|
subroutine, public | geotsf_mod::compute_dtj (g) |
| Compute DTy(:,:,i) and Jy(i) at the nodes y(:,i) More...
|
|
logical function, public | geotsf_mod::belongstocell (x, Y, n, ct) |
| Tests if the node x belongs to the cell with node coordinates Y and of type ct. More...
|
|
subroutine, public | geotsf_mod::geotsf_t_inv (z, X, Y, n, ct) |
| x = 3D node 3D cell of type ct with nodes = A, B, C, ... given by Y(:,1)=A, Y(:,2)=B, ..., Y(:,n) More...
|
|
subroutine | t_inv_trg () |
|
subroutine, public | geotsf_mod::cell_ms_itf_n (ms, n, itf_ms, nbItf, g) |
| INPUT :: g = geoTsf, must have been set nbItf = number of interfaces OUTPUT : ms = measure of T(K_ref) n = unit normal to the interfaces of T(K_ref) itf_ms = interface measures. More...
|
|
subroutine | geotsf_mod::compute_dt_cell_edg_2 (g) |
|
subroutine | geotsf_mod::compute_dt_cell_trg_2 (g) |
|
subroutine | geotsf_mod::compute_dt_cell_tet_2 (g) |
|