Home Installation Demos C++ docs Python docs
lattice.h
@ equispaced
@ chebyshev
@ chebyshev_plus_endpoints
@ gl_plus_endpoints
simplex_method
The method used to generate points inside simplices.
Definition: lattice.h:34
@ centroid
std::pair< std::vector< T >, std::array< std::size_t, 2 > > create(cell::type celltype, int n, lattice::type type, bool exterior, lattice::simplex_method simplex_method=lattice::simplex_method::none)
Create a lattice of points on a reference cell optionally including the outer surface points.
Definition: lattice.cpp:820