code-saturne / code-saturne/code_saturne
Transform cell-based to face-baced connectivity in solver instead of preprocessor
- 主要语言
- C++
- 星标
- 307
- 派生
- 102
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, the cell->vertices to face->cells and face->vertices connectivity conversion is done in the proprocessor. Migrating this to the solver requires modifying the preprocessor reader, but would have several advantages:
- Lower memory usage (about half) in the non-parallel preprocessor
- Migrate all postprocessing and mesh checking aspects to the solver
- prerequisite to allow adding parallel mesh readers directly in solver
This could also be done in a separate order, adding specific readers to the solver (reading into an FVM mesh for formats such as MED or CGNS, allowing interpolation operations) first.
Note: this is an update from an issue on the old (Mantis) issue tracker, which is a long-term goal.
贡献指南
调研方向
首先跟踪预处理器 reader 的 cell-to-vertex、face-to-cell 和 face-to-vertex 连通性转换,然后检查 solver 的 FVM 网格入口点。当连通性转换、后处理和网格检查迁移到 solver,同时保留对现有 reader 的支持并支持未来的并行 reader 时,工作即告完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- hpc
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100