- Jun 29, 2021
-
-
Gonzalo Saez authored
-
- Apr 30, 2021
-
-
Gonzalo Saez authored
-
GonzaloSaez authored
Allow to choose the quadrature degree used to evaluate the expressions in the plugin integrate. To do so, the token quad-deg needs to be added to the input file in the integrate plugin section. The default quadrature type is taken from that used to set the solution points. If the user adds quad-pts-{etype} = quad_name to the integrate plugin section, then the the quad_name quadrature will be used.
-
- Apr 27, 2021
-
-
Gonzalo Saez authored
-
Gonzalo Saez authored
-
Gonzalo Saez authored
Optimize the performance by multiplying M15 by M12 reducing the sike of the matrix-matrix kernel
-
- Apr 26, 2021
-
-
Gonzalo Saez authored
-
- Apr 23, 2021
-
-
Gonzalo Saez authored
Two optimizations: 1) Avoid multiplications of smats * flux that are not needed. Internal flux points and unique internal flux points coincide in tensor product elements 2) Reduce the size of the tdivtpcorf kernel (contribution of the internal flux points to the divergence) Such optimizations can also be applied (in a more complex way) to pri elements.
-
Gonzalo Saez authored
-
- Apr 21, 2021
-
-
Freddie Witherden authored
Improve the performance of the low-storage pseudo stepper.
-
Semih Akkurt authored
-
Semih Akkurt authored
-
Semih Akkurt authored
-
- Apr 19, 2021
-
-
Gonzalo Saez authored
-
Gonzalo Saez authored
-
Gonzalo Saez authored
As shown in: TODO: some improvements can be done with jacobi_norm vs jacobi in the internal basis.
-
Gonzalo Saez authored
As shown in Efficient Equilibrated Flux Reconstruction in High Order Raviart- Thomas Space for Discontinuous Galerkin methods This drastically reduces the condition number of the VDM matrix
-
- Apr 18, 2021
-
-
Freddie Witherden authored
Remove max matrix size limitation for libxsmm.
-
Gonzalo Saez authored
-
Gonzalo Saez authored
-
Gonzalo Saez authored
TODO: change name
-
Gonzalo Saez authored
Use fr-sd = True option in [solver]
-
Gonzalo Saez authored
-
Gonzalo Saez authored
Tet implementation is not finished, divergence needs to be implemented.
-
Gonzalo Saez authored
1) only_root_cell allows to speed up the computation of the RHS Jacobian for Fourier analysis, as only the RHS Jacobian of the elements belonging to the root pattern are computed 2) Output to binary to speed up the reading of these matrices
-
- Apr 16, 2021
-
-
Freddie Witherden authored
-
Freddie Witherden authored
Python 3.10 support.
-
- Apr 14, 2021
-
-
Freddie Witherden authored
-
Freddie Witherden authored
Extend the CUDA error mapping table to handle 'no device' errors.
-
- Apr 12, 2021
-
-
Freddie Witherden authored
-
Freddie Witherden authored
-
- Apr 10, 2021
-
-
Freddie Witherden authored
-
- Apr 08, 2021
-
-
Freddie Witherden authored
-
Freddie Witherden authored
-
Will Trojak authored
-
Peter Vincent authored
-
Freddie Witherden authored
Cleanup stream/queue names in the backend.
-
Freddie Witherden authored
-
- Apr 07, 2021
-
-
Freddie Witherden authored
Cleanups.
-
- Apr 06, 2021
-
-
Gonzalo Saez authored
This allows to perform an a posteriori Fourier analysis using the Jacobian matrix and the position of the solution points
-