geometry_spherical_planet.f90 File Reference

Go to the source code of this file.

Data Types

type  geometry_spherical_planet_mod::geometry_spherical_planet
 

Modules

module  geometry_spherical_planet_mod
 defines properties of a 3D spherical mesh
 

Functions/Subroutines

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

Variables

character(len=32), parameter geometry_spherical_planet_mod::geometry_name = "spherical_planet"