Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
  2. Sep 24, 2020
  3. Sep 23, 2020
  4. Sep 21, 2020
  5. Aug 28, 2020
    • Stéphane Del Pino's avatar
      Change ASTNodeDataType construction and handling of type descriptors · e786a7b3
      Stéphane Del Pino authored
      From the ast point of view this gives cleaner data type description.
      Nodes used to describe type names are now explicitly described as
      type names. Previously,
      
      - the data type could be marked as the described type. Now it is
      referred as the `typename` of the type. For instance the `R^2`
      type descriptor node was given `R^2` as a data type. Now it is given
      the `typename(R^2)`: it is a typename which refers to `R^2`.
      - In some other cases, it could have been just `typename` which forced
      to re-parse entries (which is never good).
      
      Also `affectations` types is fixed: it is now given the `void` type
      instead of the type of the affected data.
      
      Functions input and output spaces types should now be correctly
      defined: some more tests are however required.
      
      The case of compound types is however not that clear since the data
      type of the type `R*R*R^2` is just defined as `typename(list)`. This
      may be improved (in order to help checking of function definition/use.
      
      An initialization issue related to tuples of R^1 was fixed on the way
      and some error messages improved.
      
      This is related to issue #21
      e786a7b3
  6. Aug 16, 2020
  7. Aug 15, 2020
  8. Aug 05, 2020
  9. Aug 04, 2020
  10. Aug 03, 2020
    • Stéphane Del Pino's avatar
      Add mass center calculation in 2D · e7095543
      Stéphane Del Pino authored
      It is replace the iso-barycenter when using MeshData::xj()
      
      Iso-barycenter is now accessed through MeshData::cellIsoBarycenter() function
      
      note that the functions of MeshData will be eventually renamed
      e7095543
  11. Aug 02, 2020
  12. Jul 30, 2020
  13. Jul 28, 2020
Loading