| 5804cbf9 | 23-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Print dm_plex_box_faces value |
| b33d9a08 | 23-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Print FEM space degree |
| edf2bcf6 | 22-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Move python parsing function to stdoutParsing.py
- Contains function for parsing STDOUT of nsplex function - Python function outputs dictionary, which can be easily turned into pandas Data
nsplex: Move python parsing function to stdoutParsing.py
- Contains function for parsing STDOUT of nsplex function - Python function outputs dictionary, which can be easily turned into pandas DataFrame
nsplex: remove FLAG ARGS from stdoutParsing.py regex
- "FLAG ARGUMENTS" was a feature from a script I ran, not from the nsplex executable itself.
show more ...
|
| 9c1d70e0 | 15-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Calculate computation time |
| a850fc96 | 15-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
nsplex advection2d: choose only the smooth initial condition |
| 5df1a585 | 15-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
nsplex advection2d: make solution time-dependent |
| 5ebed1f2 | 15-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
nsplex: Calculate exact solution at final time |
| 0e057982 | 15-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Implement ICs_PetscMultiplicity function |
| d83fa904 | 15-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Add non_zero_time flag to problemData |
| 5fece365 | 14-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Create SetupContext struct, add to ICs* qfuncs
- SetupContext added to common.h - Update ICs qfuncs to reference pointer-based struct |
| af55559a | 11-Dec-2019 |
James Wright <jameswright@jameswright.xyz> |
nsplex: Move User_ and Units_ to common.h |
| 0d42bc0a | 11-Feb-2020 |
Jed Brown <jed@jedbrown.org> |
NS: move initial condition into form usable for essential BC
This permits DMAddBoundary to apply boundary conditions. It is expensive, but still useful for visualization. |
| 383706e3 | 11-Feb-2020 |
Jed Brown <jed@jedbrown.org> |
NS: create visualization DM once for reuse in monitor
This interpolation is relatively expensive to create, so move it out. Output of dmrefined*.vtu is currently controlled by -viz_refine, which is
NS: create visualization DM once for reuse in monitor
This interpolation is relatively expensive to create, so move it out. Output of dmrefined*.vtu is currently controlled by -viz_refine, which is a boolean, but could become an integer (useful for higher order).
show more ...
|
| 89836db6 | 11-Feb-2020 |
Jed Brown <jed@jedbrown.org> |
NS advection.h: bug fix for dim=3 |
| e89f2411 | 14-Dec-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fixed some bugs in explicit densitycurrent.h |
| 7bbfe63a | 14-Dec-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Gravitational Energy is sent back to the Body Force for some limitations that should be resolved. |
| f39d560d | 14-Dec-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
dt removed from SUPG |
| b0a1f798 | 12-Dec-2019 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
few bugs fixed in densitycurrent_primitive.h |
| 74312f09 | 31-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Examples - remove imode variables in PETSc examples |
| 61dbc9d2 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum |
| 2d4f38cc | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Examples - initalize variable to silence compiler warning |
| a8d32208 | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply |
| db419314 | 31-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - add DoF/node output in PETSc examples |
| 913b109a | 31-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Fix petsc/bp4&bp6 with OCCA (#444)
* Some cleaning
* Make bp4.okl consistent with bp4.h |
| efc78312 | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add lmode to ElemRestrictionGetMultiplicity |