defines properties of a 3D logspherical mesh More...
Data Types | |
type | geometry_logspherical |
Functions/Subroutines | |
subroutine | initgeometry_logspherical (this, config) |
pure subroutine | scalefactors_1 (this, coords, hx, hy, hz) |
pure subroutine | scalefactors_2 (this, coords, hx, hy, hz) |
pure subroutine | scalefactors_3 (this, coords, hx, hy, hz) |
pure subroutine | scalefactors_4 (this, coords, hx, hy, hz) |
pure subroutine | radius_1 (this, coords, r) |
pure subroutine | radius_2 (this, coords, r) |
pure subroutine | radius_3 (this, coords, r) |
pure subroutine | radius_4 (this, coords, r) |
pure subroutine | positionvector_1 (this, coords, posvec) |
pure subroutine | positionvector_2 (this, coords, posvec) |
pure subroutine | positionvector_3 (this, coords, posvec) |
pure subroutine | positionvector_4 (this, coords, posvec) |
pure subroutine | convert2cartesian_coords_1 (this, curv, cart) |
pure subroutine | convert2cartesian_coords_2 (this, curv, cart) |
pure subroutine | convert2cartesian_coords_3 (this, curv, cart) |
pure subroutine | convert2cartesian_coords_4 (this, curv, cart) |
pure subroutine | convert2curvilinear_coords_1 (this, cart, curv) |
pure subroutine | convert2curvilinear_coords_2 (this, cart, curv) |
pure subroutine | convert2curvilinear_coords_3 (this, cart, curv) |
pure subroutine | convert2curvilinear_coords_4 (this, cart, curv) |
elemental subroutine | convert2cartesian_vectors_0 (this, xi, eta, phi, vxi, veta, vphi, vx, vy, vz) |
Reference: [bronstein2008] , Tabelle 13.1. More... | |
elemental subroutine | convert2curvilinear_vectors_0 (this, xi, eta, phi, vx, vy, vz, vxi, veta, vphi) |
Reference: [bronstein2008] , Tabelle 13.1. More... | |
subroutine | finalize (this) |
elemental subroutine | scalefactors (gp, logr, theta, phi, hlogr, htheta, hphi) |
elemental real function | radius (gp, logr) |
elemental subroutine | positionvector (gp, logr, rx, ry, rz) |
elemental subroutine | convert2cartesian_coords (gp, logr, theta, phi, x, y, z) |
elemental subroutine | convert2curvilinear_coords (gp, x, y, z, logr, theta, phi) |
Variables | |
character(len=32), parameter | geometry_name = "logspherical" |
Detailed Description
defines properties of a 3D logspherical mesh
Function/Subroutine Documentation
◆ convert2cartesian_coords()
|
private |
Definition at line 369 of file geometry_logspherical.f90.
◆ convert2cartesian_coords_1()
|
private |
Definition at line 216 of file geometry_logspherical.f90.
◆ convert2cartesian_coords_2()
|
private |
Definition at line 227 of file geometry_logspherical.f90.
◆ convert2cartesian_coords_3()
|
private |
Definition at line 238 of file geometry_logspherical.f90.
◆ convert2cartesian_coords_4()
|
private |
Definition at line 249 of file geometry_logspherical.f90.
◆ convert2cartesian_vectors_0()
|
private |
Reference: [bronstein2008] , Tabelle 13.1.
Definition at line 305 of file geometry_logspherical.f90.
◆ convert2curvilinear_coords()
|
private |
Definition at line 383 of file geometry_logspherical.f90.
◆ convert2curvilinear_coords_1()
|
private |
Definition at line 260 of file geometry_logspherical.f90.
◆ convert2curvilinear_coords_2()
|
private |
Definition at line 271 of file geometry_logspherical.f90.
◆ convert2curvilinear_coords_3()
|
private |
Definition at line 282 of file geometry_logspherical.f90.
◆ convert2curvilinear_coords_4()
|
private |
Definition at line 293 of file geometry_logspherical.f90.
◆ convert2curvilinear_vectors_0()
|
private |
Reference: [bronstein2008] , Tabelle 13.1.
Definition at line 318 of file geometry_logspherical.f90.
◆ finalize()
|
private |
Definition at line 330 of file geometry_logspherical.f90.
◆ initgeometry_logspherical()
|
private |
Definition at line 73 of file geometry_logspherical.f90.
◆ positionvector()
|
private |
Definition at line 358 of file geometry_logspherical.f90.
◆ positionvector_1()
|
private |
Definition at line 172 of file geometry_logspherical.f90.
◆ positionvector_2()
|
private |
Definition at line 183 of file geometry_logspherical.f90.
◆ positionvector_3()
|
private |
Definition at line 194 of file geometry_logspherical.f90.
◆ positionvector_4()
|
private |
Definition at line 205 of file geometry_logspherical.f90.
◆ radius()
|
private |
Definition at line 349 of file geometry_logspherical.f90.
◆ radius_1()
|
private |
Definition at line 132 of file geometry_logspherical.f90.
◆ radius_2()
|
private |
Definition at line 142 of file geometry_logspherical.f90.
◆ radius_3()
|
private |
Definition at line 152 of file geometry_logspherical.f90.
◆ radius_4()
|
private |
Definition at line 162 of file geometry_logspherical.f90.
◆ scalefactors()
|
private |
Definition at line 338 of file geometry_logspherical.f90.
◆ scalefactors_1()
|
private |
Definition at line 88 of file geometry_logspherical.f90.
◆ scalefactors_2()
|
private |
Definition at line 99 of file geometry_logspherical.f90.
◆ scalefactors_3()
|
private |
Definition at line 110 of file geometry_logspherical.f90.
◆ scalefactors_4()
|
private |
Definition at line 121 of file geometry_logspherical.f90.
Variable Documentation
◆ geometry_name
|
private |
Definition at line 65 of file geometry_logspherical.f90.