- May 19, 2020
-
-
Alexandru Fikl authored
* uses logger instead of print * uses the provided `ctx_factory` instead of `create_some_context`
-
- May 18, 2020
-
-
Andreas Klöckner authored
Add Elementwise Reductions See merge request !53
-
Alexandru Fikl authored
-
- May 17, 2020
-
-
Andreas Klöckner authored
Fix boundary emptiness check See merge request !60
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Standardize all boundary DOFDescs to use DTAG_BOUNDARY, rename DOFDesc.is_boundary -> is_boundary_or_partition_interface
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- May 15, 2020
-
-
Alexandru Fikl authored
-
- May 14, 2020
-
-
Andreas Klöckner authored
Do not add InterpolationOperator around constants See merge request !54
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Fix einsum in RefMassOperator See merge request !57
-
- May 12, 2020
-
-
Alexandru Fikl authored
-
- May 11, 2020
-
-
Alexandru Fikl authored
-
Alexandru Fikl authored
-
Alexandru Fikl authored
-
Alexandru Fikl authored
-
Alexandru Fikl authored
* skip when the dd_in == dd_out * skip for constants
-
Andreas Klöckner authored
Allow POCL CI failures for now See merge request !59
-
Andreas Klöckner authored
-
- May 10, 2020
-
-
Andreas Klöckner authored
Add atan2 FunctionSymbol See merge request !55
-
Alexandru Fikl authored
-
- May 01, 2020
-
-
Andreas Klöckner authored
execution: fix map_if for scalars See merge request !52
-
- Apr 30, 2020
-
-
Alexandru Fikl authored
-
- Apr 26, 2020
-
-
Andreas Klöckner authored
1D Fixes See merge request !48
-
Alexandru Fikl authored
-
Alexandru Fikl authored
-
Andreas Klöckner authored
Remove cyclic dependencies in symbolic module See merge request !49
-
Andreas Klöckner authored
-
- Apr 24, 2020
-
-
Alexandru Fikl authored
The problem is that in 1D faces are 0D and so carry exactly no useful information about which side of the element they may be on. To hack around that, this commit introduces a hacky operator that hacks it. Less ambiguously, we just use the connection to figure out which face we're on on set the normal to `+1` or `-1` based on that
-