geometry_logcylindrical.f90 File Reference

Go to the source code of this file.

Data Types

type  geometry_logcylindrical_mod::geometry_logcylindrical
 

Modules

module  geometry_logcylindrical_mod
 defines properties of a 3D logcylindrical mesh
 

Functions/Subroutines

subroutine geometry_logcylindrical_mod::initgeometry_logcylindrical (this, config)
 
pure subroutine geometry_logcylindrical_mod::scalefactors_1 (this, coords, hx, hy, hz)
 
pure subroutine geometry_logcylindrical_mod::scalefactors_2 (this, coords, hx, hy, hz)
 
pure subroutine geometry_logcylindrical_mod::scalefactors_3 (this, coords, hx, hy, hz)
 
pure subroutine geometry_logcylindrical_mod::scalefactors_4 (this, coords, hx, hy, hz)
 
pure subroutine geometry_logcylindrical_mod::radius_1 (this, coords, r)
 
pure subroutine geometry_logcylindrical_mod::radius_2 (this, coords, r)
 
pure subroutine geometry_logcylindrical_mod::radius_3 (this, coords, r)
 
pure subroutine geometry_logcylindrical_mod::radius_4 (this, coords, r)
 
pure subroutine geometry_logcylindrical_mod::positionvector_1 (this, coords, posvec)
 
pure subroutine geometry_logcylindrical_mod::positionvector_2 (this, coords, posvec)
 
pure subroutine geometry_logcylindrical_mod::positionvector_3 (this, coords, posvec)
 
pure subroutine geometry_logcylindrical_mod::positionvector_4 (this, coords, posvec)
 
pure subroutine geometry_logcylindrical_mod::convert2cartesian_coords_1 (this, curv, cart)
 
pure subroutine geometry_logcylindrical_mod::convert2cartesian_coords_2 (this, curv, cart)
 
pure subroutine geometry_logcylindrical_mod::convert2cartesian_coords_3 (this, curv, cart)
 
pure subroutine geometry_logcylindrical_mod::convert2cartesian_coords_4 (this, curv, cart)
 
pure subroutine geometry_logcylindrical_mod::convert2curvilinear_coords_1 (this, cart, curv)
 
pure subroutine geometry_logcylindrical_mod::convert2curvilinear_coords_2 (this, cart, curv)
 
pure subroutine geometry_logcylindrical_mod::convert2curvilinear_coords_3 (this, cart, curv)
 
pure subroutine geometry_logcylindrical_mod::convert2curvilinear_coords_4 (this, cart, curv)
 
subroutine geometry_logcylindrical_mod::finalize (this)
 
elemental subroutine geometry_logcylindrical_mod::scalefactors (gp, logr, phi, z, hlogr, hphi, hz)
 
elemental real function geometry_logcylindrical_mod::radius (gp, logr, z)
 
elemental subroutine geometry_logcylindrical_mod::positionvector (gp, logr, z, rx, ry, rz)
 
elemental subroutine geometry_logcylindrical_mod::convert2cartesian_coords (gp, logr, phi, zz, x, y, z)
 
elemental subroutine geometry_logcylindrical_mod::convert2curvilinear_coords (gp, x, y, z, logr, phi, zz)
 

Variables

character(len=32), parameter geometry_logcylindrical_mod::geometry_name = "logcylindrical"