thegooglecodearchive / sfepy

Automatically exported from code.google.com/p/sfepy
0 stars 0 forks source link

unify names of weigted terms #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

There are now three ways how to distinguish regular terms vs. terms
weighted by a scalar function:

a)
dw_volume_integrate ... dw_volume_integrate_variable
dw_mass_scalar ... dw_mass_scalar_variable
dw_surface_integrate ... dw_surface_integrate_variable

b)
dw_stokes ... dw_stokes_w
dw_surface_mass_scalar ... dw_surface_mass_scalar_w

c)
d_volume_dot ... dw_volume_wdot
and similar terms with 'wdot' in name

What about using the method b) for all the terms? It is shorter than a),
and the weighted terms stays next to the regular term when sorted
alphabetically in [1], unlike c).

[1] http://docs.sfepy.org/doc-devel/terms_overview.html

Original issue reported on code.google.com by robert.c...@gmail.com on 15 Apr 2010 at 8:09

GoogleCodeExporter commented 9 years ago
It is so now - b) is used consistently.

Original comment by robert.c...@gmail.com on 5 May 2010 at 9:33

GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/sfepy/sfepy/issues/119

Original comment by robert.c...@gmail.com on 30 Jan 2012 at 10:26