-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: loop_in_chunks over owned points #1895
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 81117c0 - Browse repository at this point
Copy the full SHA 81117c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce89ae - Browse repository at this point
Copy the full SHA dce89aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b273d36 - Browse repository at this point
Copy the full SHA b273d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475ff39 - Browse repository at this point
Copy the full SHA 475ff39View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d8c51a6 - Browse repository at this point
Copy the full SHA d8c51a6View commit details
Commits on Jan 5, 2022
-
Mo Chen authored and Mo Chen committed
Jan 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 64f7c85 - Browse repository at this point
Copy the full SHA 64f7c85View commit details
Commits on Jan 11, 2022
-
Mo Chen authored and Mo Chen committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for d70e00a - Browse repository at this point
Copy the full SHA d70e00aView commit details -
Mo Chen authored and Mo Chen committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for a992eb0 - Browse repository at this point
Copy the full SHA a992eb0View commit details -
Mo Chen authored and Mo Chen committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6b044bf - Browse repository at this point
Copy the full SHA 6b044bfView commit details
Commits on Jan 12, 2022
-
Mo Chen authored and Mo Chen committed
Jan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 2e21ddd - Browse repository at this point
Copy the full SHA 2e21dddView commit details -
Mo Chen authored and Mo Chen committed
Jan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for e284e4c - Browse repository at this point
Copy the full SHA e284e4cView commit details
Commits on Jan 27, 2022
-
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 6d26314 - Browse repository at this point
Copy the full SHA 6d26314View commit details -
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a3e10e - Browse repository at this point
Copy the full SHA 9a3e10eView commit details -
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for a27303d - Browse repository at this point
Copy the full SHA a27303dView commit details -
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 75155a1 - Browse repository at this point
Copy the full SHA 75155a1View commit details -
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 620a52e - Browse repository at this point
Copy the full SHA 620a52eView commit details -
Mo Chen authored and Mo Chen committed
Jan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 32d6035 - Browse repository at this point
Copy the full SHA 32d6035View commit details
Commits on Feb 10, 2022
-
Mo Chen authored and Mo Chen committed
Feb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 485d8f6 - Browse repository at this point
Copy the full SHA 485d8f6View commit details
Commits on Feb 11, 2022
-
Mo Chen authored and Mo Chen committed
Feb 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a78ab7 - Browse repository at this point
Copy the full SHA 9a78ab7View commit details
Commits on Feb 12, 2022
-
Mo Chen authored and Mo Chen committed
Feb 12, 2022 Configuration menu - View commit details
-
Copy full SHA for d975140 - Browse repository at this point
Copy the full SHA d975140View commit details -
Mo Chen authored and Mo Chen committed
Feb 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 9ed741e - Browse repository at this point
Copy the full SHA 9ed741eView commit details
Commits on Feb 16, 2022
-
Fix memory leaks in SWIG wrappers. (NanoComp#1826)
* Fix memory leaks in SWIG wrappers. * move delete into material_free Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01b3c45 - Browse repository at this point
Copy the full SHA 01b3c45View commit details -
Fix adjoint gradient with conductivities (NanoComp#1830)
* damp_fix * increase run time Co-authored-by: Mo Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e3c8d5 - Browse repository at this point
Copy the full SHA 9e3c8d5View commit details -
plot geometry for dispersive materials without initializing structure…
… object (NanoComp#1827) * plot geometry without initializing structure class * update docstrings * rotate epsilon grid by 90 degrees to properly orient axes * add support for dispersive ε * update markdown pages from docstrings * make frequency and resolution parameters of plot2D dictionary keys of eps_parameters * reinstate frequency parameter of plot2D and add warning that it is deprecated * fix order of frequency check
Configuration menu - View commit details
-
Copy full SHA for d951cfd - Browse repository at this point
Copy the full SHA d951cfdView commit details -
unit test for
get_epsilon_grid
(NanoComp#1835)* unit test for get_epsilon_grid * fix * limit test points to homogeneous regions (i.e. no material interfaces) and away from potential chunk boundaries
Configuration menu - View commit details
-
Copy full SHA for cdffa97 - Browse repository at this point
Copy the full SHA cdffa97View commit details -
support for single-precision floating point for fields array functions (
NanoComp#1833) * switch dft-related functions to using realnum from double * more fixes * more type conversions from double to realnum * adjust check tolerance of tests/integrate.cpp based on floating-point precision * more fixes * rebase from master from fix merge conflicts * slight adjustment to tolerances in unit tests and update docs * remove type check in test_adjoint_solver.py * revert return types of integration functions to double * revert return type of process_dft_component to double * cleanup
Configuration menu - View commit details
-
Copy full SHA for 005ef90 - Browse repository at this point
Copy the full SHA 005ef90View commit details -
Fix memory leaks (NanoComp#1839)
* Fix memory leaks * Add kkg to authors list
Configuration menu - View commit details
-
Copy full SHA for 5197f83 - Browse repository at this point
Copy the full SHA 5197f83View commit details -
Fix for Issue NanoComp#1834 (NanoComp#1840)
* Fix memory leaks * Add kkg to authors list * Expose set_default_material and use it in libpympb/pympb.cpp
Configuration menu - View commit details
-
Copy full SHA for 4d95328 - Browse repository at this point
Copy the full SHA 4d95328View commit details -
Configuration menu - View commit details
-
Copy full SHA for b434e98 - Browse repository at this point
Copy the full SHA b434e98View commit details -
Use None instead of empty list in constructors (NanoComp#1846)
* use None * minor fix Co-authored-by: Mo Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6043fd5 - Browse repository at this point
Copy the full SHA 6043fd5View commit details -
Define what happens when
β=∞
andu=η
(NanoComp#1842)* define what happens when beta=inf and u=0.5 * use eta not 0.5 * Update src/meepgeom.cpp Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c696e31 - Browse repository at this point
Copy the full SHA c696e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b3d98 - Browse repository at this point
Copy the full SHA 87b3d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f655766 - Browse repository at this point
Copy the full SHA f655766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b5466b - Browse repository at this point
Copy the full SHA 6b5466bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0f047 - Browse repository at this point
Copy the full SHA 6e0f047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d5fde - Browse repository at this point
Copy the full SHA 10d5fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ebf90 - Browse repository at this point
Copy the full SHA a1ebf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for afab63b - Browse repository at this point
Copy the full SHA afab63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e8a4d7 - Browse repository at this point
Copy the full SHA 2e8a4d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab832db - Browse repository at this point
Copy the full SHA ab832dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 361c03c - Browse repository at this point
Copy the full SHA 361c03cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9092eb - Browse repository at this point
Copy the full SHA c9092ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b65ab4 - Browse repository at this point
Copy the full SHA 7b65ab4View commit details -
bug fix for get_epsilon_point and cell boundary in parallel simulation (
NanoComp#1849) * bug fix for get_epsilon_point and cell boundary in parallel simulation * check for six digits in test_material_grid.py because of single precision
Configuration menu - View commit details
-
Copy full SHA for e35a0c7 - Browse repository at this point
Copy the full SHA e35a0c7View commit details -
unit test for conductivity (NanoComp#1857)
* unit test for conductivity * describe in the docs how to model the attenutation coefficient using conductivity * Update python/tests/test_conductivity.py Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 806c404 - Browse repository at this point
Copy the full SHA 806c404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b86ad0 - Browse repository at this point
Copy the full SHA 0b86ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3847a09 - Browse repository at this point
Copy the full SHA 3847a09View commit details -
fix memory leak in array-slice-ll.cpp (NanoComp#1865)
* fix memory leak in array-slice-ll.cpp * reinstate line break
Configuration menu - View commit details
-
Copy full SHA for 358ecda - Browse repository at this point
Copy the full SHA 358ecdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad58a8 - Browse repository at this point
Copy the full SHA 5ad58a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e51079f - Browse repository at this point
Copy the full SHA e51079fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 367e0ea - Browse repository at this point
Copy the full SHA 367e0eaView commit details -
Add cylindrical coordinates support for
plot2d
(NanoComp#1873)* add visualization support for plot2d * bug fix with cartesian plotting
Configuration menu - View commit details
-
Copy full SHA for cd7a910 - Browse repository at this point
Copy the full SHA cd7a910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac33b4 - Browse repository at this point
Copy the full SHA 1ac33b4View commit details -
fix memory leaks in structure and fields load during checkpointing (N…
…anoComp#1872) * fix memory leaks in structure and fields load during checkpointing * delete the chi1inv and fields array if it exists and reallocate * in unit test, set gaussian source cutoff to 0 due to off-by-1 timestep counter bug * remove cutoff=0 from unit tests * lazily allocate H only if B is not NULL * allocate fields array for H in PML region
Configuration menu - View commit details
-
Copy full SHA for 238baca - Browse repository at this point
Copy the full SHA 238bacaView commit details -
fix two memory leaks in geom_epsilon class (NanoComp#1877)
* fix two memory leaks in geom_epsilon class * delete global variable default_material at the end of unit tests * add unset_default_material function to class meep_geom
Configuration menu - View commit details
-
Copy full SHA for 67673d0 - Browse repository at this point
Copy the full SHA 67673d0View commit details -
include ring-ll.cpp in C++ unit tests (NanoComp#1878)
* include ring-ll.cpp in C++ unit tests * only validate Harminv modes with error below some threshold
Configuration menu - View commit details
-
Copy full SHA for 5d44864 - Browse repository at this point
Copy the full SHA 5d44864View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for f15b505 - Browse repository at this point
Copy the full SHA f15b505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e18be - Browse repository at this point
Copy the full SHA 90e18beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ceb83 - Browse repository at this point
Copy the full SHA 39ceb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7437e2 - Browse repository at this point
Copy the full SHA d7437e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f9d96 - Browse repository at this point
Copy the full SHA 27f9d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28ad0ae - Browse repository at this point
Copy the full SHA 28ad0aeView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 92e3eae - Browse repository at this point
Copy the full SHA 92e3eaeView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c8ee02f - Browse repository at this point
Copy the full SHA c8ee02fView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c89a84f - Browse repository at this point
Copy the full SHA c89a84fView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for fc22f58 - Browse repository at this point
Copy the full SHA fc22f58View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 05bd90a - Browse repository at this point
Copy the full SHA 05bd90aView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 776a9f6 - Browse repository at this point
Copy the full SHA 776a9f6View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 3e0ab27 - Browse repository at this point
Copy the full SHA 3e0ab27View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 1826090 - Browse repository at this point
Copy the full SHA 1826090View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 02bb1a0 - Browse repository at this point
Copy the full SHA 02bb1a0View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 939fae1 - Browse repository at this point
Copy the full SHA 939fae1View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 748b349 - Browse repository at this point
Copy the full SHA 748b349View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 0702f01 - Browse repository at this point
Copy the full SHA 0702f01View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 508bb7a - Browse repository at this point
Copy the full SHA 508bb7aView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for cad8823 - Browse repository at this point
Copy the full SHA cad8823View commit details -
Merge branch 'loop-in-chunk-fix' of https://github.com/mochen4/meep i…
…nto loop-in-chunk-fixes rebase
Mo Chen authored and Mo Chen committedFeb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 269cd45 - Browse repository at this point
Copy the full SHA 269cd45View commit details -
Fix memory leaks in SWIG wrappers. (NanoComp#1826)
* Fix memory leaks in SWIG wrappers. * move delete into material_free Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 418ad76 - Browse repository at this point
Copy the full SHA 418ad76View commit details -
Fix adjoint gradient with conductivities (NanoComp#1830)
* damp_fix * increase run time Co-authored-by: Mo Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4261746 - Browse repository at this point
Copy the full SHA 4261746View commit details -
plot geometry for dispersive materials without initializing structure…
… object (NanoComp#1827) * plot geometry without initializing structure class * update docstrings * rotate epsilon grid by 90 degrees to properly orient axes * add support for dispersive ε * update markdown pages from docstrings * make frequency and resolution parameters of plot2D dictionary keys of eps_parameters * reinstate frequency parameter of plot2D and add warning that it is deprecated * fix order of frequency check
Configuration menu - View commit details
-
Copy full SHA for 6dbc719 - Browse repository at this point
Copy the full SHA 6dbc719View commit details -
unit test for
get_epsilon_grid
(NanoComp#1835)* unit test for get_epsilon_grid * fix * limit test points to homogeneous regions (i.e. no material interfaces) and away from potential chunk boundaries
Configuration menu - View commit details
-
Copy full SHA for 1106a58 - Browse repository at this point
Copy the full SHA 1106a58View commit details -
support for single-precision floating point for fields array functions (
NanoComp#1833) * switch dft-related functions to using realnum from double * more fixes * more type conversions from double to realnum * adjust check tolerance of tests/integrate.cpp based on floating-point precision * more fixes * rebase from master from fix merge conflicts * slight adjustment to tolerances in unit tests and update docs * remove type check in test_adjoint_solver.py * revert return types of integration functions to double * revert return type of process_dft_component to double * cleanup
Configuration menu - View commit details
-
Copy full SHA for 2aa8a30 - Browse repository at this point
Copy the full SHA 2aa8a30View commit details -
Fix memory leaks (NanoComp#1839)
* Fix memory leaks * Add kkg to authors list
Configuration menu - View commit details
-
Copy full SHA for 84dac05 - Browse repository at this point
Copy the full SHA 84dac05View commit details -
Fix for Issue NanoComp#1834 (NanoComp#1840)
* Fix memory leaks * Add kkg to authors list * Expose set_default_material and use it in libpympb/pympb.cpp
Configuration menu - View commit details
-
Copy full SHA for f9d0bb7 - Browse repository at this point
Copy the full SHA f9d0bb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1141201 - Browse repository at this point
Copy the full SHA 1141201View commit details -
Use None instead of empty list in constructors (NanoComp#1846)
* use None * minor fix Co-authored-by: Mo Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5186c66 - Browse repository at this point
Copy the full SHA 5186c66View commit details -
Define what happens when
β=∞
andu=η
(NanoComp#1842)* define what happens when beta=inf and u=0.5 * use eta not 0.5 * Update src/meepgeom.cpp Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3830874 - Browse repository at this point
Copy the full SHA 3830874View commit details -
Configuration menu - View commit details
-
Copy full SHA for d603830 - Browse repository at this point
Copy the full SHA d603830View commit details -
Configuration menu - View commit details
-
Copy full SHA for de7fd41 - Browse repository at this point
Copy the full SHA de7fd41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 026c222 - Browse repository at this point
Copy the full SHA 026c222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 976f2c8 - Browse repository at this point
Copy the full SHA 976f2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 348e9f7 - Browse repository at this point
Copy the full SHA 348e9f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5554aac - Browse repository at this point
Copy the full SHA 5554aacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d864b - Browse repository at this point
Copy the full SHA 00d864bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f341e24 - Browse repository at this point
Copy the full SHA f341e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f9094 - Browse repository at this point
Copy the full SHA 94f9094View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1beced - Browse repository at this point
Copy the full SHA e1becedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8047b3 - Browse repository at this point
Copy the full SHA c8047b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3bb91 - Browse repository at this point
Copy the full SHA ce3bb91View commit details -
bug fix for get_epsilon_point and cell boundary in parallel simulation (
NanoComp#1849) * bug fix for get_epsilon_point and cell boundary in parallel simulation * check for six digits in test_material_grid.py because of single precision
Configuration menu - View commit details
-
Copy full SHA for a7f78a3 - Browse repository at this point
Copy the full SHA a7f78a3View commit details -
unit test for conductivity (NanoComp#1857)
* unit test for conductivity * describe in the docs how to model the attenutation coefficient using conductivity * Update python/tests/test_conductivity.py Co-authored-by: Steven G. Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0062cf0 - Browse repository at this point
Copy the full SHA 0062cf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b30e6 - Browse repository at this point
Copy the full SHA f6b30e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e505d53 - Browse repository at this point
Copy the full SHA e505d53View commit details -
fix memory leak in array-slice-ll.cpp (NanoComp#1865)
* fix memory leak in array-slice-ll.cpp * reinstate line break
Configuration menu - View commit details
-
Copy full SHA for c48a4a2 - Browse repository at this point
Copy the full SHA c48a4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 405eb33 - Browse repository at this point
Copy the full SHA 405eb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for a886a54 - Browse repository at this point
Copy the full SHA a886a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4117289 - Browse repository at this point
Copy the full SHA 4117289View commit details -
Add cylindrical coordinates support for
plot2d
(NanoComp#1873)* add visualization support for plot2d * bug fix with cartesian plotting
Configuration menu - View commit details
-
Copy full SHA for cab8df7 - Browse repository at this point
Copy the full SHA cab8df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bf1fd - Browse repository at this point
Copy the full SHA 52bf1fdView commit details -
fix memory leaks in structure and fields load during checkpointing (N…
…anoComp#1872) * fix memory leaks in structure and fields load during checkpointing * delete the chi1inv and fields array if it exists and reallocate * in unit test, set gaussian source cutoff to 0 due to off-by-1 timestep counter bug * remove cutoff=0 from unit tests * lazily allocate H only if B is not NULL * allocate fields array for H in PML region
Configuration menu - View commit details
-
Copy full SHA for 61034a6 - Browse repository at this point
Copy the full SHA 61034a6View commit details -
fix two memory leaks in geom_epsilon class (NanoComp#1877)
* fix two memory leaks in geom_epsilon class * delete global variable default_material at the end of unit tests * add unset_default_material function to class meep_geom
Configuration menu - View commit details
-
Copy full SHA for 8624c91 - Browse repository at this point
Copy the full SHA 8624c91View commit details -
include ring-ll.cpp in C++ unit tests (NanoComp#1878)
* include ring-ll.cpp in C++ unit tests * only validate Harminv modes with error below some threshold
Configuration menu - View commit details
-
Copy full SHA for 18d4d31 - Browse repository at this point
Copy the full SHA 18d4d31View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 8a3ea37 - Browse repository at this point
Copy the full SHA 8a3ea37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5c293 - Browse repository at this point
Copy the full SHA 0e5c293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ddae2 - Browse repository at this point
Copy the full SHA 61ddae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f97f70 - Browse repository at this point
Copy the full SHA 7f97f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c485bf - Browse repository at this point
Copy the full SHA 6c485bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4dbd69 - Browse repository at this point
Copy the full SHA b4dbd69View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for cc489d1 - Browse repository at this point
Copy the full SHA cc489d1View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 5fb0a2d - Browse repository at this point
Copy the full SHA 5fb0a2dView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 9114529 - Browse repository at this point
Copy the full SHA 9114529View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c0a9a0b - Browse repository at this point
Copy the full SHA c0a9a0bView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for ca73bff - Browse repository at this point
Copy the full SHA ca73bffView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 7c51b18 - Browse repository at this point
Copy the full SHA 7c51b18View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for d49006a - Browse repository at this point
Copy the full SHA d49006aView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 8d2ddf3 - Browse repository at this point
Copy the full SHA 8d2ddf3View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ed5dfa - Browse repository at this point
Copy the full SHA 7ed5dfaView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for a4fa159 - Browse repository at this point
Copy the full SHA a4fa159View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 95e6a7b - Browse repository at this point
Copy the full SHA 95e6a7bView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for cac439f - Browse repository at this point
Copy the full SHA cac439fView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for acd2835 - Browse repository at this point
Copy the full SHA acd2835View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 0368ed9 - Browse repository at this point
Copy the full SHA 0368ed9View commit details -
Fix adjoint gradient with conductivities (NanoComp#1830)
* damp_fix * increase run time Co-authored-by: Mo Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 365a8a0 - Browse repository at this point
Copy the full SHA 365a8a0View commit details -
plot geometry for dispersive materials without initializing structure…
… object (NanoComp#1827) * plot geometry without initializing structure class * update docstrings * rotate epsilon grid by 90 degrees to properly orient axes * add support for dispersive ε * update markdown pages from docstrings * make frequency and resolution parameters of plot2D dictionary keys of eps_parameters * reinstate frequency parameter of plot2D and add warning that it is deprecated * fix order of frequency check
Configuration menu - View commit details
-
Copy full SHA for 67cc1dc - Browse repository at this point
Copy the full SHA 67cc1dcView commit details -
support for single-precision floating point for fields array functions (
NanoComp#1833) * switch dft-related functions to using realnum from double * more fixes * more type conversions from double to realnum * adjust check tolerance of tests/integrate.cpp based on floating-point precision * more fixes * rebase from master from fix merge conflicts * slight adjustment to tolerances in unit tests and update docs * remove type check in test_adjoint_solver.py * revert return types of integration functions to double * revert return type of process_dft_component to double * cleanup
Configuration menu - View commit details
-
Copy full SHA for 8b28cf8 - Browse repository at this point
Copy the full SHA 8b28cf8View commit details -
Fix memory leaks (NanoComp#1839)
* Fix memory leaks * Add kkg to authors list
Configuration menu - View commit details
-
Copy full SHA for e0ebe9b - Browse repository at this point
Copy the full SHA e0ebe9bView commit details -
Fix for Issue NanoComp#1834 (NanoComp#1840)
* Fix memory leaks * Add kkg to authors list * Expose set_default_material and use it in libpympb/pympb.cpp
Configuration menu - View commit details
-
Copy full SHA for 4dfe4a6 - Browse repository at this point
Copy the full SHA 4dfe4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7606567 - Browse repository at this point
Copy the full SHA 7606567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e142f7 - Browse repository at this point
Copy the full SHA 6e142f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fd1c4 - Browse repository at this point
Copy the full SHA d7fd1c4View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 6334973 - Browse repository at this point
Copy the full SHA 6334973View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 1915117 - Browse repository at this point
Copy the full SHA 1915117View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for c4ff394 - Browse repository at this point
Copy the full SHA c4ff394View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 324e697 - Browse repository at this point
Copy the full SHA 324e697View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for f38ad82 - Browse repository at this point
Copy the full SHA f38ad82View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 65c3142 - Browse repository at this point
Copy the full SHA 65c3142View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 6e0eb50 - Browse repository at this point
Copy the full SHA 6e0eb50View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for be72372 - Browse repository at this point
Copy the full SHA be72372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28598ae - Browse repository at this point
Copy the full SHA 28598aeView commit details -
Merge branch 'loop-in-chunk-fix' of https://github.com/mochen4/meep i…
…nto loop-in-chunk-fix rebase
Mo Chen authored and Mo Chen committedFeb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for a63e198 - Browse repository at this point
Copy the full SHA a63e198View commit details -
Configuration menu - View commit details
-
Copy full SHA for a379a8c - Browse repository at this point
Copy the full SHA a379a8cView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for ea193ef - Browse repository at this point
Copy the full SHA ea193efView commit details -
Merge branch 'loop-in-chunk-fix' of https://github.com/mochen4/meep into loop-in-chunk-fix
Mo Chen authored and Mo Chen committedFeb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 8cb552c - Browse repository at this point
Copy the full SHA 8cb552cView commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 796a028 - Browse repository at this point
Copy the full SHA 796a028View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for d8f75f6 - Browse repository at this point
Copy the full SHA d8f75f6View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 134d1f1 - Browse repository at this point
Copy the full SHA 134d1f1View commit details -
Mo Chen authored and Mo Chen committed
Feb 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 7bdb9ee - Browse repository at this point
Copy the full SHA 7bdb9eeView commit details
Commits on Feb 21, 2022
-
Mo Chen authored and Mo Chen committed
Feb 21, 2022 Configuration menu - View commit details
-
Copy full SHA for b1bfb51 - Browse repository at this point
Copy the full SHA b1bfb51View commit details -
Mo Chen authored and Mo Chen committed
Feb 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 93fd824 - Browse repository at this point
Copy the full SHA 93fd824View commit details
Commits on Feb 24, 2022
-
Mo Chen authored and Mo Chen committed
Feb 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 37ff4f8 - Browse repository at this point
Copy the full SHA 37ff4f8View commit details
Commits on Mar 8, 2022
-
Mo Chen authored and Mo Chen committed
Mar 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 2f0bd38 - Browse repository at this point
Copy the full SHA 2f0bd38View commit details