geometry_spherical.f90 File Reference

Go to the source code of this file.

Data Types

type  geometry_spherical_mod::geometry_spherical
 

Modules

module  geometry_spherical_mod
 defines properties of a 3D spherical mesh
 

Functions/Subroutines

subroutine geometry_spherical_mod::initgeometry_spherical (this, config)
 
pure subroutine geometry_spherical_mod::scalefactors_1 (this, coords, hx, hy, hz)
 
pure subroutine geometry_spherical_mod::scalefactors_2 (this, coords, hx, hy, hz)
 
pure subroutine geometry_spherical_mod::scalefactors_3 (this, coords, hx, hy, hz)
 
pure subroutine geometry_spherical_mod::scalefactors_4 (this, coords, hx, hy, hz)
 
pure subroutine geometry_spherical_mod::radius_1 (this, coords, r)
 
pure subroutine geometry_spherical_mod::radius_2 (this, coords, r)
 
pure subroutine geometry_spherical_mod::radius_3 (this, coords, r)
 
pure subroutine geometry_spherical_mod::radius_4 (this, coords, r)
 
pure subroutine geometry_spherical_mod::positionvector_1 (this, coords, posvec)
 
pure subroutine geometry_spherical_mod::positionvector_2 (this, coords, posvec)
 
pure subroutine geometry_spherical_mod::positionvector_3 (this, coords, posvec)
 
pure subroutine geometry_spherical_mod::positionvector_4 (this, coords, posvec)
 
pure subroutine geometry_spherical_mod::convert2cartesian_coords_1 (this, curv, cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_coords_2 (this, curv, cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_coords_3 (this, curv, cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_coords_4 (this, curv, cart)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_coords_1 (this, cart, curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_coords_2 (this, cart, curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_coords_3 (this, cart, curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_coords_4 (this, cart, curv)
 
pure subroutine geometry_spherical_mod::convert2cartesian_vectors_1 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_vectors_2 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_vectors_3 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_spherical_mod::convert2cartesian_vectors_4 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_vectors_1 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_vectors_2 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_vectors_3 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_spherical_mod::convert2curvilinear_vectors_4 (this, curv, v_cart, v_curv)
 
subroutine geometry_spherical_mod::finalize (this)
 
elemental subroutine geometry_spherical_mod::scalefactors (r, theta, hr, htheta, hphi)
 
elemental real function geometry_spherical_mod::radius (r)
 
elemental subroutine geometry_spherical_mod::positionvector (r, rx, ry, rz)
 
elemental subroutine geometry_spherical_mod::convert2cartesian_coords (r, theta, phi, x, y, z)
 
elemental subroutine geometry_spherical_mod::convert2curvilinear_coords (x, y, z, r, theta, phi)
 
elemental subroutine geometry_spherical_mod::convert2cartesian_vectors (r, theta, phi, vr, vtheta, vphi, vx, vy, vz)
 Reference: [bronstein2008] , Tabelle 13.1. More...
 
elemental subroutine geometry_spherical_mod::convert2curvilinear_vectors (r, theta, phi, vx, vy, vz, vr, vtheta, vphi)
 Reference: [bronstein2008] , Tabelle 13.1. More...
 

Variables

character(len=32), parameter geometry_spherical_mod::geometry_name = "spherical"