• Joined on 2026-05-12
ignis pushed to main at industry/coke-oven-maintenance-plan 2026-06-08 16:14:23 +09:00
d38e5218d6 feat: implement 1D regenerator lumped thermal mass model and reversing cycle logic
ignis pushed to main at industry/coke-oven-maintenance-plan 2026-06-05 22:40:23 +09:00
43499f58e3 feat: add automated documentation building workflow and Google-style docstrings
ignis pushed to main at industry/coke-oven-maintenance-plan 2026-06-05 22:32:46 +09:00
fb2887e068 feat: 코크스 오븐 1D 내벽 열전달 고성능 NumPy 솔버 도입 및 호환성 개선
ignis pushed to master at research/incomp-flame-post 2026-06-05 22:25:27 +09:00
78fbedc9a1 feat: implement transpose block size auto-tuning and benchmark
ignis pushed to master at research/incomp-flame-post 2026-06-04 21:56:00 +09:00
5f4efb740c Refactor: Run SymPy expression simplification before dependency resolution
ignis pushed to master at research/incomp-flame-post 2026-06-04 20:51:11 +09:00
070dbf9dd7 docs: add Google-style docstrings and literal programming comments to compiler core
ignis pushed to master at research/incomp-flame-post 2026-06-04 17:47:31 +09:00
9ee9721c4c refactor: pipeline redesign & DIP compliance (Phase 4)
ignis pushed to master at research/incomp-flame-post 2026-06-04 17:42:00 +09:00
ad85581267 refactor: enforce SRP compliance (Phase 3)
ignis pushed to master at research/incomp-flame-post 2026-06-04 10:57:30 +09:00
eef9f59a56 refactor: enforce ISP and LSP compliance (Phase 2)
ignis pushed to master at research/incomp-flame-post 2026-06-04 10:11:26 +09:00
56996691d8 refactor: introduce registries for OCP compliance (Phase 1)
ignis pushed to master at research/incomp-flame-post 2026-06-03 21:00:46 +09:00
2b3362a927 Archive legacy pycompact.py python bindings and update documentation with historical context
ignis pushed to master at research/incomp-flame-post 2026-06-03 20:13:32 +09:00
09e52eeee6 Resolve [2-6] printer indexing, [1-8] MPI abort in Compact.f90, and [1-5] safe unit file opens in post.f90
ignis pushed to master at research/incomp-flame-post 2026-06-03 09:31:27 +09:00
fc1231eeab Refactor code_gen.py: extract compile_terms and get_latex_equations_str to eliminate duplicate compiler pipeline logic
ignis pushed to master at research/incomp-flame-post 2026-06-03 08:52:02 +09:00
e9524d645b Consolidate build info module generation into code_gen.py and delete build_info_gen.py
ignis pushed to master at research/incomp-flame-post 2026-06-03 02:47:59 +09:00
4c732f3880 Resolve [4-3] linker platform dependency and [3-2] C-Fortran ABI dependency
ignis pushed to master at research/incomp-flame-post 2026-06-03 02:35:47 +09:00
2c84fe09d3 refactor: replace non-standard GNU Fortran extensions with standard intrinsics
ignis pushed to master at research/incomp-flame-post 2026-06-03 02:27:50 +09:00
962704e5f7 refactor: resolve code smells ranked 1 to 6 (unused variables, local imports, wildcard imports, empty routines, pointer warning)
ignis pushed to master at research/incomp-flame-post 2026-06-03 00:59:04 +09:00
79fd3d4d5b refactor: resolve various code smells in Fortran source files and makefile
ignis pushed to master at research/incomp-flame-post 2026-06-02 16:34:03 +09:00
d1cf59dca2 Fix: Resolve hardcoded workspace path in synthetic test runner for CI compatibility
ignis pushed to master at research/incomp-flame-post 2026-06-02 16:26:03 +09:00
37c60f4f49 Fix: Underline docstring bug, doc deploy URL, and CI mpirun runtime errors