Skip to content
Snippets Groups Projects
  1. Mar 22, 2014
  2. Mar 19, 2014
  3. Mar 13, 2014
  4. Mar 07, 2014
  5. Mar 04, 2014
  6. Mar 03, 2014
  7. Mar 01, 2014
  8. Feb 27, 2014
  9. Feb 19, 2014
  10. Feb 07, 2014
  11. Feb 06, 2014
  12. Feb 04, 2014
  13. Jan 30, 2014
  14. Jan 29, 2014
  15. Jan 28, 2014
  16. Jan 27, 2014
  17. Jan 21, 2014
  18. Jan 16, 2014
  19. Jan 13, 2014
  20. Jan 07, 2014
  21. Jan 06, 2014
  22. Dec 10, 2013
  23. Dec 03, 2013
    • Christophe Geuzaine's avatar
      Changed behaviour of DefineConstant & co for better symmetry between GetDP/Gmsh · 743ee706
      Christophe Geuzaine authored
      and Python onelab clients.
      
      WARNING WARNING WARNING: This is a major change -- all our onelab-enabled .geo
      and .pro files will need to be (slightly...) modified.
      
      What's new:
      
      1. The name of a onelab variable (in the onelab database) is no more constructed
         from the name of the corresponding GetDP/Gmsh variable. One now needs to
         specify the onelab name explicitely, using the "Name" attribute. The "Name"
         is the actual name of the parameter in the onelab database, i.e., it also
         includes the path.
         
         This makes the "Path" attribute obsolete (it has no effect anymore). The
         "Legend" attribute can still be used (and it can be useful in edge cases,
         e.g. when you want a "/" in the name of a onelab paramater), but in most
         cases it's not necessary.
      
      2. When a DefineConstant[] & co is used and no Name is given
         (e.g. DefineConstant[a=2]), no onelab parameter is created. This allows to
         provide default values to internal parameters without polluting the database.
      
      Why did we change?
      
      1. The new syntax matches what we do in Python, where specifying a name is
         mandatory (there's no way around this in Python, as onelab cannot guess the
         name of a Python variable to which a onelab parameter value will be assigned).
         
         The change will prevent common mistakes where two parameters with the same
         label actually correspond to 2 different onelab parameters, due to a change
         in local getdp/gmsh variable name (which would change the onelab name
         automatically)
      
      2. The new syntax allows to nicely decouple onelab parameters from internal
         variables with default values, that we don't want in the onelab database.
      
      
      743ee706
  24. Nov 30, 2013
  25. Nov 26, 2013
  26. Nov 13, 2013
  27. Oct 31, 2013
  28. Oct 29, 2013
  29. Oct 28, 2013
  30. Oct 25, 2013
  31. Oct 23, 2013
  32. Oct 21, 2013
  33. Oct 16, 2013
Loading