Octopus
coordinate_system.F90 File Reference

Go to the source code of this file.

Modules

module  coordinate_system_oct_m
 

Data Types

type  coordinate_system_oct_m::coordinate_system_t
 abstract class to describe coordinate systems More...
 
interface  coordinate_system_oct_m::coordinate_system_to_cartesian
 Convert coordinates given in this coordinate system to Cartesian coordinates. More...
 
interface  coordinate_system_oct_m::coordinate_system_from_cartesian
 Convert Cartesian coordinates to coordinates in this coordinate system. More...
 
interface  coordinate_system_oct_m::coordinate_system_det_jac
 
interface  coordinate_system_oct_m::coordinate_system_write_info
 
interface  coordinate_system_oct_m::coordinates_surface_element
 

Functions/Subroutines

subroutine coordinate_system_oct_m::dcoordinate_system_vector_from_cartesian (this, xx, vv, src)
 
subroutine coordinate_system_oct_m::zcoordinate_system_vector_from_cartesian (this, xx, vv, src)
 
subroutine coordinate_system_oct_m::dcoordinate_system_covector_to_cartesian (this, xx, cv, src)
 
subroutine coordinate_system_oct_m::zcoordinate_system_covector_to_cartesian (this, xx, cv, src)