geometry_cartesian.f90 File Reference

Go to the source code of this file.

Data Types

type  geometry_cartesian_mod::geometry_cartesian
 

Modules

module  geometry_cartesian_mod
 defines properties of a 3D cartesian mesh
 

Functions/Subroutines

subroutine geometry_cartesian_mod::initgeometry_cartesian (this, config)
 
pure subroutine geometry_cartesian_mod::scalefactors_1 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cartesian_mod::scalefactors_2 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cartesian_mod::scalefactors_3 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cartesian_mod::scalefactors_4 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cartesian_mod::radius_1 (this, coords, r)
 
pure subroutine geometry_cartesian_mod::radius_2 (this, coords, r)
 
pure subroutine geometry_cartesian_mod::radius_3 (this, coords, r)
 
pure subroutine geometry_cartesian_mod::radius_4 (this, coords, r)
 
pure subroutine geometry_cartesian_mod::positionvector_1 (this, coords, posvec)
 
pure subroutine geometry_cartesian_mod::positionvector_2 (this, coords, posvec)
 
pure subroutine geometry_cartesian_mod::positionvector_3 (this, coords, posvec)
 
pure subroutine geometry_cartesian_mod::positionvector_4 (this, coords, posvec)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_coords_1 (this, curv, cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_coords_2 (this, curv, cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_coords_3 (this, curv, cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_coords_4 (this, curv, cart)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_1 (this, cart, curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_2 (this, cart, curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_3 (this, cart, curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_4 (this, cart, curv)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_1 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_2 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_3 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_4 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_1 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_2 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_3 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_4 (this, curv, v_cart, v_curv)
 
subroutine geometry_cartesian_mod::finalize (this)
 
elemental subroutine geometry_cartesian_mod::scalefactors (x, y, z, hx, hy, hz)
 
elemental real function geometry_cartesian_mod::radius (x, y, z)
 

Variables

character(len=32), parameter geometry_cartesian_mod::geometry_name = "cartesian"