framework icon indicating copy to clipboard operation
framework copied to clipboard

Move all classes/types from namespace `Arccore` in namespace `Arcane`

Open grospelliergilles opened this issue 10 months ago • 0 comments

Even if Arccore remains an independent component, this will reduce complexity for new users and help moving some classes from Arcane to Arccore.

  • [x] Move using Arccore::* defined in Arcane components in Arccore header files to make them usable by Arccore users
    • #1963
    • #1967
  • [ ] Move types from Arccore::MessagePassing::Mpi to Arcane::MessagePassing::Mpi
    • #1974
  • [ ] Move types from Arccore::MessagePassing to Arcane::MessagePassing.

grospelliergilles avatar Jan 30 '25 18:01 grospelliergilles