Go to the source code of this file.
|
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) |
|
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) |
|
real(real64) function, dimension(1:this%dim, 1:this%dim) | affine_coordinates_oct_m::affine_coordinates_jacobian (this, chi) |
|
real(real64) function, dimension(1:this%dim, 1:this%dim) | affine_coordinates_oct_m::affine_coordinates_jacobian_inverse (this, chi) |
|