geometry_cartesian_mod Module Reference

defines properties of a 3D cartesian mesh More...

Data Types

type  geometry_cartesian
 

Functions/Subroutines

subroutine initgeometry_cartesian (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)
 
pure subroutine convert2cartesian_vectors_1 (this, curv, v_curv, v_cart)
 
pure subroutine convert2cartesian_vectors_2 (this, curv, v_curv, v_cart)
 
pure subroutine convert2cartesian_vectors_3 (this, curv, v_curv, v_cart)
 
pure subroutine convert2cartesian_vectors_4 (this, curv, v_curv, v_cart)
 
pure subroutine convert2curvilinear_vectors_1 (this, curv, v_cart, v_curv)
 
pure subroutine convert2curvilinear_vectors_2 (this, curv, v_cart, v_curv)
 
pure subroutine convert2curvilinear_vectors_3 (this, curv, v_cart, v_curv)
 
pure subroutine convert2curvilinear_vectors_4 (this, curv, v_cart, v_curv)
 
subroutine finalize (this)
 
elemental subroutine scalefactors (x, y, z, hx, hy, hz)
 
elemental real function radius (x, y, z)
 

Variables

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

Detailed Description

defines properties of a 3D cartesian mesh

Author
Tobias Illenseer
Jannes Klee

Function/Subroutine Documentation

◆ convert2cartesian_coords_1()

pure subroutine geometry_cartesian_mod::convert2cartesian_coords_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(out)  cart 
)
private

Definition at line 217 of file geometry_cartesian.f90.

◆ convert2cartesian_coords_2()

pure subroutine geometry_cartesian_mod::convert2cartesian_coords_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(out)  cart 
)
private

Definition at line 227 of file geometry_cartesian.f90.

◆ convert2cartesian_coords_3()

pure subroutine geometry_cartesian_mod::convert2cartesian_coords_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(out)  cart 
)
private

Definition at line 237 of file geometry_cartesian.f90.

◆ convert2cartesian_coords_4()

pure subroutine geometry_cartesian_mod::convert2cartesian_coords_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(out)  cart 
)
private

Definition at line 247 of file geometry_cartesian.f90.

◆ convert2cartesian_vectors_1()

pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(in)  v_curv,
real, dimension(:,:), intent(out)  v_cart 
)
private

Definition at line 298 of file geometry_cartesian.f90.

◆ convert2cartesian_vectors_2()

pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(in)  v_curv,
real, dimension(:,:,:), intent(out)  v_cart 
)
private

Definition at line 309 of file geometry_cartesian.f90.

◆ convert2cartesian_vectors_3()

pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(in)  v_curv,
real, dimension(:,:,:,:), intent(out)  v_cart 
)
private

Definition at line 320 of file geometry_cartesian.f90.

◆ convert2cartesian_vectors_4()

pure subroutine geometry_cartesian_mod::convert2cartesian_vectors_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(in)  v_curv,
real, dimension(:,:,:,:,:), intent(out)  v_cart 
)
private

Definition at line 331 of file geometry_cartesian.f90.

◆ convert2curvilinear_coords_1()

pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  cart,
real, dimension(:,:), intent(out)  curv 
)
private

Definition at line 257 of file geometry_cartesian.f90.

◆ convert2curvilinear_coords_2()

pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  cart,
real, dimension(:,:,:), intent(out)  curv 
)
private

Definition at line 267 of file geometry_cartesian.f90.

◆ convert2curvilinear_coords_3()

pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  cart,
real, dimension(:,:,:,:), intent(out)  curv 
)
private

Definition at line 277 of file geometry_cartesian.f90.

◆ convert2curvilinear_coords_4()

pure subroutine geometry_cartesian_mod::convert2curvilinear_coords_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  cart,
real, dimension(:,:,:,:,:), intent(out)  curv 
)
private

Definition at line 287 of file geometry_cartesian.f90.

◆ convert2curvilinear_vectors_1()

pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(in)  v_cart,
real, dimension(:,:), intent(out)  v_curv 
)
private

Definition at line 342 of file geometry_cartesian.f90.

◆ convert2curvilinear_vectors_2()

pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(in)  v_cart,
real, dimension(:,:,:), intent(out)  v_curv 
)
private

Definition at line 353 of file geometry_cartesian.f90.

◆ convert2curvilinear_vectors_3()

pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(in)  v_cart,
real, dimension(:,:,:,:), intent(out)  v_curv 
)
private

Definition at line 364 of file geometry_cartesian.f90.

◆ convert2curvilinear_vectors_4()

pure subroutine geometry_cartesian_mod::convert2curvilinear_vectors_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(in)  v_cart,
real, dimension(:,:,:,:,:), intent(out)  v_curv 
)
private

Definition at line 375 of file geometry_cartesian.f90.

◆ finalize()

subroutine geometry_cartesian_mod::finalize ( class(geometry_cartesian), intent(inout)  this)
private

Definition at line 386 of file geometry_cartesian.f90.

◆ initgeometry_cartesian()

subroutine geometry_cartesian_mod::initgeometry_cartesian ( class(geometry_cartesian), intent(inout)  this,
type(dict_typ), pointer  config 
)
private

Definition at line 82 of file geometry_cartesian.f90.

◆ positionvector_1()

pure subroutine geometry_cartesian_mod::positionvector_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  posvec 
)
private

Definition at line 177 of file geometry_cartesian.f90.

◆ positionvector_2()

pure subroutine geometry_cartesian_mod::positionvector_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  posvec 
)
private

Definition at line 187 of file geometry_cartesian.f90.

◆ positionvector_3()

pure subroutine geometry_cartesian_mod::positionvector_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  posvec 
)
private

Definition at line 197 of file geometry_cartesian.f90.

◆ positionvector_4()

pure subroutine geometry_cartesian_mod::positionvector_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:,:), intent(out)  posvec 
)
private

Definition at line 207 of file geometry_cartesian.f90.

◆ radius()

elemental real function geometry_cartesian_mod::radius ( real, intent(in)  x,
real, intent(in)  y,
real, intent(in)  z 
)
private

Definition at line 405 of file geometry_cartesian.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ radius_1()

pure subroutine geometry_cartesian_mod::radius_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:), intent(out)  r 
)
private

Definition at line 137 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ radius_2()

pure subroutine geometry_cartesian_mod::radius_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  r 
)
private

Definition at line 147 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ radius_3()

pure subroutine geometry_cartesian_mod::radius_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  r 
)
private

Definition at line 157 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ radius_4()

pure subroutine geometry_cartesian_mod::radius_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  r 
)
private

Definition at line 167 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ scalefactors()

elemental subroutine geometry_cartesian_mod::scalefactors ( real, intent(in)  x,
real, intent(in)  y,
real, intent(in)  z,
real, intent(out)  hx,
real, intent(out)  hy,
real, intent(out)  hz 
)
private

Definition at line 394 of file geometry_cartesian.f90.

Here is the caller graph for this function:

◆ scalefactors_1()

pure subroutine geometry_cartesian_mod::scalefactors_1 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:), intent(out)  hx,
real, dimension(:), intent(out)  hy,
real, dimension(:), intent(out)  hz 
)
private

Definition at line 94 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ scalefactors_2()

pure subroutine geometry_cartesian_mod::scalefactors_2 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  hx,
real, dimension(:,:), intent(out)  hy,
real, dimension(:,:), intent(out)  hz 
)
private

Definition at line 104 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ scalefactors_3()

pure subroutine geometry_cartesian_mod::scalefactors_3 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  hx,
real, dimension(:,:,:), intent(out)  hy,
real, dimension(:,:,:), intent(out)  hz 
)
private

Definition at line 115 of file geometry_cartesian.f90.

Here is the call graph for this function:

◆ scalefactors_4()

pure subroutine geometry_cartesian_mod::scalefactors_4 ( class(geometry_cartesian), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  hx,
real, dimension(:,:,:,:), intent(out)  hy,
real, dimension(:,:,:,:), intent(out)  hz 
)
private

Definition at line 126 of file geometry_cartesian.f90.

Here is the call graph for this function:

Variable Documentation

◆ geometry_name

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

Definition at line 75 of file geometry_cartesian.f90.