Folder structure and naming methods
As we will potentially have lot of different operators under supg, frozen velocity,
operator-name
and folder-name
to the .toml
file.
For example, now the forms shear_heating
and grad_rho_by_rho_dot_u
(with operator name FrozenVelocity
) can be grouped under terraneo
folder.
Hope this will make things clean and easy to organize!
Merge request reports
Activity
requested review from @kohl
assigned to @pponkumar
Thanks for taking care of organizing this :) since you switched to the P2Vector implementation - have you removed the old "scalar/componentwise" operators here? I am not sure if we should have both versions because we might lose track at some point. Maybe @he66coqe or @vy28quve have some comments, too.
Ah okay yes, I missed this part where we call the form differently then it has to be adapted in
generate.py
also, by passing correct vector component as a vector functions, because the gradient and divergence form doesn't support scalar functions.I can do this depending on what we decide, maybe we could have both itself, so that it may be useful for certain tests also?
added 1 commit
- 50e6324d - Modify generate.py to support updates and folder/op-name changes
Will merge once https://i10git.cs.fau.de/hyteg/hyteg/-/pipelines/68572 succeeds!
mentioned in commit 57e32ddc