Octopus
simplex.F90 File Reference

Go to the source code of this file.

Modules

module  simplex_oct_m
 

Data Types

interface  simplex_oct_m::simplex_t
 

Functions/Subroutines

type(simplex_t) function, pointer, public simplex_oct_m::simplex_init (dim, naxis, nshifts, shift, kpoints, equiv)
 Constructor for linear simplex methods. More...
 
subroutine, public simplex_oct_m::simplex_end (this)
 Destructor for linear simplex methods. More...
 
subroutine, public simplex_oct_m::simplex_weights_3d (etetra, eF, weights, dos)
 Get the weights and DOS contribution of a single tetrahedron. More...
 
subroutine, public simplex_oct_m::simplex_dos_3d (etetra, eF, dos)
 Get only the DOS contribution of a single tetrahedron. More...
 

Variables

integer, dimension(6, 4), parameter simplex_oct_m::submesh_tetras = reshape([ 1, 2, 3, 6, 1, 3, 5, 6, 3, 5, 6, 7, 3, 6, 7, 8, 3, 4, 6, 8, 2, 3, 4, 6], shape(submesh_tetras), order=[2, 1])