What’s New in 1.0.1

New Features

  1. 支持燃耗计算;

  2. 燃耗计算可在GPU上进行;

  3. 能够采用不同核素数量的多群常数库进行计算;

Bug Fixes

  1. 690b28a: cell map should be padded by cell pitch and assembly before initialize cells

  2. 7f70669: bad x used to calcuate y since x hasupdated when calcualte y

  3. 68d1580: bad theta used in apply_offset in build_core_assemblies

  4. 1707fad: the type of geoms affined should be same as the original one

  5. 021478e: forget to copy mesh data in Region’s clone method

  6. 2914063: structure location should not be considered if a core that does have baffle or reflector

  7. 24c8d78: if cell outer of assembly container, its region and geos data should be freed

  8. e917eb1: structure json should have property name in method toStructureJson

  9. 6cb4171: incorrect index used for centers

  10. a9de701: incorrect xmin, xmax, ymin, ymax calculation in generate_cell_container_with_meshing

  11. f62a72c: region and reg_geos should be reallocate and recompute when cell is clipped

  12. 45b8465: forget to clear mesh_geos and free its memory before re-build

  13. 102efe6: region_filled should not be destoried

  14. 5a373ae: space operator should not be performed if space string is empty

  15. f8697f6: point in unfilled region do not call containsPoint

  16. 7141709: incorrect length calcuation, and typo

  17. 0874fbc: use the wrong size of assembly_map

  18. 405f99b: geos info should be cloned as well as other data

  19. 960daa5: empty cell meshing not setting

  20. a926773: incorrect index of _reg_centers in build_region_geos

  21. e11694b: incorrrect is_backward used in transport_flux_sweep

  22. 0f57304: incorrect cell_index calculation logics