Skip to content
Snippets Groups Projects

Implement 1D DG Advection Example

Merged Matt Wala requested to merge dg-1d into master

This adds enough infrastructure to support the 1D DG example from Arrayzy.

Includes the following:

  • Support for matrix products
  • Support for a NumPy-like user-facing interface: matmul, roll, tranpose, stack
  • __getitem__ support (in the form of very basic slices)
  • Implementation of new input argument types: SizeParam, DataWrapper
  • Binary arithmetic operators (bonus: unary operators)

Things that are not included:

  • NumPy compatible arithmetic (#11)
  • Respecting tags in code generation
  • Supporting slice fully (see TODO in the code)
Edited by Matt Wala

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading