Skip to content
  1. Jan 31, 2022
    • Alexandru Fikl's avatar
      Generalize tensor product spaces (#41) · 3ea2443b
      Alexandru Fikl authored
      
      
      * add a generic tensor product function space
      
      * extend tensor_product_nodes to non-homogeneous dimensions
      
      * fix up tensor product basis
      
      * add a TensorProductShape too
      
      * add TensorProductShape to docs
      
      * do not use math.prod
      
      * simplify tensor product basis
      
      * add some more types and docs
      
      * fix tensor product gradient and add tests
      
      * remove useless prints
      
      * start modifying QN and Hypercube to inherit TensorProduct
      
      * fix or silence some mypy errors
      
      * fix remaining issues with tensor product spaces
      
      * update docs to mention tensor products
      
      * remove some unnecessary changes
      
      * test and fix node tuples for tensor products
      
      * extend submesh_for_shape to tensor product shapes
      
      * Use ABC for Shape, FunctionSpace, Basis
      
      * improve variable names
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      
      * attempt a cleaner _node_tuples_for_tp implementation
      
      Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
      
      * fix variable renaming
      
      * remove _quadrature_for_qn
      
      * document order in space_for_shape
      
      * remove _space_for_hypercube
      
      * remove _random_nodes_for_hypercube
      
      * add some docs for the internal _TensorProductBasis classes
      
      * abstractproperty is deprecated
      
      * reword docs a bit
      
      * do not squeeze in random_nodes_for_shape
      
      Co-authored-by: default avatarAndreas Kloeckner <inform@tiker.net>
      3ea2443b
  2. Mar 08, 2021
  3. Apr 09, 2020
  4. Mar 16, 2020
  5. Aug 29, 2019
  6. Mar 16, 2018
  7. Oct 23, 2013
  8. May 12, 2013
  9. May 11, 2013
  10. May 09, 2013
Loading