Octopus
affine_coordinates.F90 File Reference

Go to the source code of this file.

Modules

module  affine_coordinates_oct_m
 

Data Types

interface  affine_coordinates_oct_m::affine_coordinates_t
 

Functions/Subroutines

class(affine_coordinates_t) function, pointer affine_coordinates_oct_m::affine_coordinates_constructor (namespace, dim, basis_vectors)
 
subroutine, public affine_coordinates_oct_m::affine_coordinates_copy (this_out, this_in)
 
pure real(real64) function, dimension(1:this%dim) affine_coordinates_oct_m::affine_coordinates_to_cartesian (this, chi)
 
pure real(real64) function, dimension(1:this%dim) affine_coordinates_oct_m::affine_coordinates_from_cartesian (this, xx)
 
real(real64) function affine_coordinates_oct_m::affine_coordinates_det_jac (this, xx, chi)
 
subroutine affine_coordinates_oct_m::affine_coordinates_write_info (this, iunit, namespace)
 
real(real64) function affine_coordinates_oct_m::affine_coordinates_surface_element (this, idir)
 
pure subroutine affine_coordinates_oct_m::daffine_coordinates_vector_from_cartesian (this, xx, vv, src)
 
pure subroutine affine_coordinates_oct_m::daffine_coordinates_covector_to_cartesian (this, xx, cv, src)
 
pure subroutine affine_coordinates_oct_m::zaffine_coordinates_vector_from_cartesian (this, xx, vv, src)
 
pure subroutine affine_coordinates_oct_m::zaffine_coordinates_covector_to_cartesian (this, xx, cv, src)