AlmaBTE  1.3
A solver of the space- and time-dependent Boltzmann transport equation for phonons
qpoint_grid.hpp File Reference

Classes and functions used to manipulate grids in reciprocal space. More...

#include <boost/mpi.hpp>
#include <structures.hpp>
#include <dynamical_matrix.hpp>
Include dependency graph for qpoint_grid.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alma::Gamma_grid
 Objects of this class represent a regular grid with the Gamma point in one corner. More...
 

Typedefs

using alma::Tetrahedron = std::array< std::size_t, 4 >
 Convenient shorthand for an array of four indices.
 
using alma::Triangle = std::array< std::size_t, 3 >
 Convenient shorthand for an array of three indices.
 

Detailed Description

Classes and functions used to manipulate grids in reciprocal space.