Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 20, 2018
  3. Mar 19, 2018
  4. Mar 17, 2018
    • Dennis Gläser's avatar
      [tabulatedcomp] add comment on lambdas · 970d37ff
      Dennis Gläser authored
      970d37ff
    • Dennis Gläser's avatar
      [tabulatedcomp] fill arrays on the fly · f603fcc0
      Dennis Gläser authored
      instead of filling all arrays during initialization, we fill the data
      arrays when called. This gets rid of the try and catch blocks in the
      initializing function and allows for static asserts in the components
      within functions that are not overloaded. The overhead is one more
      interpolation call during the first call to the property which should be
      neglectable. For the pressure(t, rho) functions we have to introduce one
      additional if statement within each call. But, for models using only
      a small fraction of the properties, this gets rid of the long initialization
      times.
      f603fcc0
  5. Mar 16, 2018
Loading