-
- Downloads
Improved and extended external parameter handling in integrands:
* FE coeffs now passed with dicts instead of lists of tuples * constant scalar and matrix coefficients can now easily be added with the `scalars` and `matrix` callables passed by the process_integrand() function * added the coordinates as a symbol to the integrand signature
parent
eaa010b1
No related branches found
No related tags found
Showing
- hog/forms.py 27 additions, 29 deletionshog/forms.py
- hog/integrand.py 79 additions, 23 deletionshog/integrand.py
- hog/operator_generation/operators.py 75 additions, 11 deletionshog/operator_generation/operators.py
- hog/recipes/integrands/volume/div_k_grad.py 1 addition, 1 deletionhog/recipes/integrands/volume/div_k_grad.py
- hog/recipes/integrands/volume/div_k_grad_affine.py 1 addition, 1 deletionhog/recipes/integrands/volume/div_k_grad_affine.py
- hog/recipes/integrands/volume/epsilon.py 1 addition, 1 deletionhog/recipes/integrands/volume/epsilon.py
- hog/recipes/integrands/volume/epsilon_affine.py 1 addition, 1 deletionhog/recipes/integrands/volume/epsilon_affine.py
- hog/recipes/integrands/volume/full_stokes.py 1 addition, 1 deletionhog/recipes/integrands/volume/full_stokes.py
- hog/recipes/integrands/volume/k_mass.py 1 addition, 1 deletionhog/recipes/integrands/volume/k_mass.py
Loading
Please register or sign in to comment