Closed ddundo closed 5 months ago
Yeah single character variable names are bad practice in general. It's probably okay for fields in demo code (e.g., u
, p
) that have a clear mathematical usage, but we should avoid them as far as possible.
tp
also more clearly means time partition than P
.
Thanks! :)
@jwallwork23, I saw in #116 that you renamed
P = mesh_seq.time_partition
totp = mesh_seq.time_partition
. Is this what you'd prefer going forward?