Commit Graph
114 Commits
Author SHA1 Message Date
VCB Ferreira 48723e7619 slight change to eval_f s
Also added dependencies and instruction to README
2026-08-08 14:35:54 +02:00
VCB Ferreira 475560a3cc Parameters loaded from lua file without rebuilding 2026-08-08 13:52:58 +02:00
VCB Ferreira 9d1a656673 Added Jacobi preconditioner, removal of old comments 2026-08-04 13:55:04 +02:00
VCB Ferreira cab3af2004 moved NufiSolver::run to main 2026-08-02 23:48:12 +02:00
VCB Ferreira 14856c7ce0 typo bugfixes 2026-08-02 17:33:12 +02:00
VCB Ferreira a4d0f67f61 removal of unused vars/parameters 2026-08-02 17:26:43 +02:00
VCB Ferreira 08bb8f05c7 Added title to FlameGraph. 2026-08-02 17:18:25 +02:00
VCB Ferreira b7e47480bb open in firefox option in run, updated compile perf flags 2026-08-02 17:09:16 +02:00
VCB Ferreira 1760c39ade . 2026-08-02 16:49:15 +02:00
VCB Ferreira 27a0a85e2b added FlameGraph run script 2026-08-02 16:47:28 +02:00
VCB Ferreira d20a12dfc5 removed position constraint of fixed gauge cell 2026-08-02 14:24:45 +02:00
VCB Ferreira ef20b66b6c updated README 2026-08-02 13:57:44 +02:00
VCB Ferreira e9776b754a Merge branch 'hot-fix_O3-compile-flag' 2026-08-02 13:40:16 +02:00
Vasco C. B. Ferreira c6655e15ca build method implemented with -O3 2026-08-02 13:35:29 +02:00
Vasco C. B. Ferreira fa46d80c23 build method implemented with -O3 2026-08-01 23:45:52 +02:00
Vasco C. B. Ferreira 7d05f2f22a WIP: locator review 2026-08-01 19:02:22 +02:00
Vasco C. B. Ferreira 4b48ea3037 Merge branch 'hot-fix_save-refine-time' into refinement_tree_locator 2026-07-31 15:59:23 +02:00
Vasco C. B. Ferreira 348b6510ce refining time calculated and saved 2026-07-31 15:58:37 +02:00
Vasco C. B. Ferreira ee34a9048e coarsing below GLOBAL_REFINE bug fixed, test made, working 2026-07-31 15:15:24 +02:00
Vasco C. B. Ferreira ecc53cf64c avoids initial GLOBAL_REFINMENT iterations of while(cell->has_children()) 2026-07-31 13:36:32 +02:00
Vasco C. B. Ferreira 4d7078d56d testing different locator with while(cell->has_children) 2026-07-31 12:47:13 +02:00
Vasco C. B. Ferreira c91d39d9e1 seems to be faster, to test 2026-07-30 23:17:20 +02:00
Vasco C. B. Ferreira 2143e7a31f locator with refinement tree implemented, to test 2026-07-30 21:01:47 +02:00
Vasco C. B. Ferreira e90b43d506 Several f0s cases added, to be tested 2026-07-30 16:06:22 +02:00
Vasco C. B. Ferreira 67766d8bd1 added test case to f0 2026-07-30 14:03:39 +02:00
Vasco C. B. Ferreira 908c90053b added paralelization eval_rho and to diagnostics snapshot 2026-07-29 12:28:46 +02:00
Vasco C. B. Ferreira 13f5995a01 corrected build system 2026-07-28 23:11:07 +02:00
Vasco C. B. Ferreira fbe57b2a12 bug corection, removal of bloat 2026-07-27 20:28:33 +02:00
Vasco C. B. Ferreira 73fa2fed30 eval once for diagnostics in a snapshot 2026-07-27 19:27:55 +02:00
Vasco C. B. Ferreira bc30cf3859 better save results method, to test 2026-07-25 19:42:10 +02:00
Vasco C. B. Ferreira 2f202ee871 Error estimation and saving with Kelly error 2026-07-25 18:34:02 +02:00
Vasco C. B. Ferreira 65de1cd0aa fixed total time issue 2026-07-25 17:57:59 +02:00
Vasco C. B. Ferreira 10a776e2a9 started infrastructure for f0 choice 2026-07-25 16:51:50 +02:00
Vasco C. B. Ferreira c731d0111c updated readme 2026-07-22 20:21:49 +02:00
Vasco C. B. Ferreira 503a5a41c9 1x1v branch started 2026-07-21 23:32:25 +02:00
Vasco C. B. Ferreira 9cbd3e71e7 refinment working with history of grids 2026-07-21 22:58:39 +02:00
Vasco C. B. Ferreira dfadd4766f update status message 2026-07-16 17:15:28 +02:00
Vasco C. B. Ferreira 24b68e5854 removed file added by accident 2026-07-16 17:14:26 +02:00
Vasco C. B. Ferreira e309715da7 more trials on refinement bug, tried with grid update rebuiltind setup constraints 2026-07-15 22:48:53 +02:00
Vasco C. B. Ferreira 9a8767e6f1 more diagnostics on error after refinement due to gauge position 2026-07-13 13:06:34 +02:00
Vasco C. B. Ferreira c213e65f3c correct interpolation in refinement with current gauge not working 2026-07-12 14:44:30 +02:00
Vasco C. B. Ferreira 7325b8fbc1 bug originates from setting gauge, solution not found 2026-07-12 00:07:08 +02:00
Vasco C. B. Ferreira 8bf295c85e bug identified to be in refinement function, maybe in interpolation step... 2026-07-11 13:28:18 +02:00
Vasco C. B. Ferreira 5a5d97a485 issue source not found, solver correct but breaks after refinement 2026-07-10 17:13:51 +02:00
Vasco C. B. Ferreira 7e3157f080 doesnt solve correctly, changed assembler and back to rhs_function, but compiles 2026-07-10 13:09:21 +02:00
Vasco C. B. Ferreira 74ecf1cffb updated readme 2026-07-09 19:24:13 +02:00
Vasco C. B. Ferreira 43eec84c40 new paradigm, grids saved when changed old solutions not interpolated to new grids 2026-07-09 19:23:15 +02:00
Vasco C. B. Ferreira 47d7540961 changed rhs to not take std::function but points instead 2026-07-09 13:51:09 +02:00
Vasco C. B. Ferreira 16e45f7125 updated status, failing 2026-07-08 23:57:16 +02:00
Vasco C. B. Ferreira 5651dd580a adaptive refining online! it seems to use a single cpu at a time instead of all, need to check this 2026-07-08 22:42:04 +02:00