You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we make it default to dump discretization information at the top of every log-file. Just to make it explicitly clear which ASM is used for this simulation. It's a jungle of different discretizations available, and with mixed and LR structured and lagrange and spectral.
Just dump something like this:
Model size: 6 patches
LR-splines used
Mixed methods: subgrid
or something of the sort. Ideally I would like to have it at the very top, right after "Equation solver" and "Integrand type", but seeing as one needs to parse the input file before finding this information, I guess I can accept to have it just before boundary conditions are being applied.
The text was updated successfully, but these errors were encountered:
Could we make it default to dump discretization information at the top of every log-file. Just to make it explicitly clear which ASM is used for this simulation. It's a jungle of different discretizations available, and with mixed and LR structured and lagrange and spectral.
Just dump something like this:
or something of the sort. Ideally I would like to have it at the very top, right after "Equation solver" and "Integrand type", but seeing as one needs to parse the input file before finding this information, I guess I can accept to have it just before boundary conditions are being applied.
The text was updated successfully, but these errors were encountered: