Choral
Data Types | Modules | Functions/Subroutines
geoTsf_mod.F90 File Reference

Go to the source code of this file.

Data Types

interface  geotsf_mod::geotsf
 Geometrical transformation \(T~: K_{\rm ref} \mapsto K \). More...
 
interface  geotsf_mod::clear
 Destructor. More...
 
interface  geotsf_mod::geotsf
 Geometrical transformation \(T~: K_{\rm ref} \mapsto K \). More...
 
interface  geotsf_mod::assemble
 1- Define the transformation T: K_ref –> K i.e. compute the ytansformation 'T' coefficients More...
 

Modules

module  geotsf_mod
  DERIVED TYPE geoTsf: geometrical transformation of reference cells
 

Functions/Subroutines

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)
 

Function/Subroutine Documentation

◆ t_inv_trg()

subroutine geotsf_t_inv::t_inv_trg ( )
private

Definition at line 723 of file geoTsf_mod.F90.

Here is the call graph for this function: