Seeder
======

.. automodule:: autopdex.seeder
    :no-index:

Generation of nodes
-------------------
.. autosummary::
   :toctree: _autosummary

   regular_in_psdf
   regular_in_box
   quasi_random_in_psdf
   quasi_random_in_box
   gauss_points_in_psdf
   estimate_size
   just_in_psdf

Numerical integration
---------------------
.. autosummary::
   :toctree: _autosummary

   tensor_product_two_coordinate_arrays
   tensor_product_rule
   gauss_legendre_1d
   gauss_legendre_nd
   gauss_lobatto_1d
   gauss_lobatto_nd
   int_pts_ref_tri
   int_pts_ref_tet
   int_pts_line
   int_pts_tri
   int_pts_tet
   int_pts_in_line_mesh
   int_pts_in_tri_mesh
   int_pts_in_tet_mesh

