| fd5ed25b | 09-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - use make info at start of testing |
| fae1cbbd | 09-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - add Power8 arch |
| 3aca341d | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - skip codecov on amd64 arch, the env is pretty slow |
| 806e28be | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - add arm64 to build matrix |
| 11de3511 | 07-Jan-2020 |
Jed Brown <jed@jedbrown.org> |
nsplex: add TSSetDM (support for -snes_fd_color; done by default)
This enables:
./nsplex -ts_monitor -petscspace_degree 1 -dm_plex_box_faces 20,20 -ts_adapt_dt_max .1 -ts_max_time 1 -problem adve
nsplex: add TSSetDM (support for -snes_fd_color; done by default)
This enables:
./nsplex -ts_monitor -petscspace_degree 1 -dm_plex_box_faces 20,20 -ts_adapt_dt_max .1 -ts_max_time 1 -problem advection2d -CtauS .5 -implicit -snes_fd_color -ksp_atol 1e-3 -stab supg -ts_type alpha -ts_dt .01 -pc_type lu
To determine the number of colors used, add -info | grep color
show more ...
|
| 30c37911 | 12-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
nsplex: use DMRefine for visualization
Helped-by: Matthew Knepley <knepley@gmail.com> |
| 15e77cd9 | 18-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #434 from CEED/jeremy/xsmm-free
XSMM - release JiT kernels |
| ae1e60e6 | 17-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
XSMM - release JiT kernels |
| 65e7b5e8 | 17-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #431 from CEED/jeremy/diag-refactor
Operator - move AssembleDiagonal to fallback |
| 77645d7b | 17-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - update doc for make doc errors |
| f10650af | 17-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - add comment blocks at top of all backend functions |
| 9289e5bf | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - update documentation for CeedMatrixMultiply |
| 713f43c3 | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - Switch CreateFDMElementInverse to fallback mechanism |
| cdb3667f | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - remove extra memcpy in Multigrid example |
| 00f91b2b | 13-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - drop BasisGetValue in favor of BasisGetInterp/Grad |
| 7172caad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - move AssembleDiagonal to fallback |
| 5714e141 | 12-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #433 from CEED/jeremy/ex2-leak
Fix missing free in ex2 |
| ed768a3c | 12-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Examples - fix missing free in ex2 |
| 598e80d2 | 11-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #432 from CEED/jeremy/test-name-vector
Minor Renaming for Consistency |
| 0c459266 | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix comment character in ceed.h |
| 0436c2ad | 11-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - rename files vec->vector for consistency |
| 8736891d | 04-Nov-2019 |
Jed Brown <jed@jedbrown.org> |
nsplex: error if missing -petscspace_degree |
| 30a100c3 | 04-Nov-2019 |
Jed Brown <jed@jedbrown.org> |
CeedLobattoQuadrature: error if Q<2 |
| 7ffc889e | 06-Nov-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
densitycurrent as a function of primitive variables added to nsplex |
| 2a35435b | 25-Oct-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
NS: add SU and SUPG stabilization
This is a squash of the following incremental commits.
* data structures needed for SU is defined WIP: dt not defined * Brought in Stabilizing terms from branch
NS: add SU and SUPG stabilization
This is a squash of the following incremental commits.
* data structures needed for SU is defined WIP: dt not defined * Brought in Stabilizing terms from branch `primitive_variables` * Rd is added as the 7th context in densitycurrent in both nsplex and ns * SU added to densitycurrent (explicit scheme) * implicit function with SU is added to densitycurrent=> SUPG to be added * dt passed in to densitycurrent.h for SUPG WIP: Advection2dContext referenced from densitycurrent.h * Stabilizing terms are more readable now. * some compiling issues resolved * a sign error resolved * All the terms needed for SUPG added. WIP: SU and SUPG should be separated with switch-case. * SU and SUPG are separated with switch-case + some cleaning * dFconvdq had some errors which is resolved now * dFconvdq also corrected in implicit Qfunction * The initial value for dt is 1.e-7 * some changes in body force * a bug due to uninitiated variable is fixed * dudx also fixed in implicit Qfunction
Squashed-by: Jed Brown <jed@jedbrown.org>
show more ...
|