| 175e179d | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 58c81633 | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - update documentation discussion of energy density |
| d642641f | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp |
| 807e91fb | 13-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix translation boundary condition cl option |
| 2b901a5e | 13-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix PCMG printing |
| 61acc968 | 09-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - error on hyperFS and constant forcing |
| c83beb56 | 09-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - specify direction of constant forcing function |
| d612e6d9 | 09-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - wJ->wdetJ |
| cbe1762f | 08-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - add strain energy density to documentation Co-authored-by: Arash Mehraban <arashm81@gmail.com> |
| 4ab73d81 | 08-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - use KSPCG, not KSPPREONLY for degree=1 to get correct convergence |
| 31dc5d86 | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - add clamped boundary rotation |
| e4659345 | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - add multi-direction clamp translation |
| 2d93065e | 07-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - add strain energy computations
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Arash Mehraban <arashm81@gmail.com> |
| 19122c02 | 16-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #514 from CEED/jeremy/occa-testing
Travis - freeze OCCA at 327badb until new OCCA backend mergend |
| aa9964e5 | 15-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Travis - freeze OCCA at 327badb until new OCCA backend mergend |
| 90c3b38a | 15-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #511 from CEED/valeria/viz-refine
Add support for level of refinements for viz |
| ff6701fc | 12-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
fluids: fix -viz_refine by composing interpolation matrices
This also changes -petscspace_degree to -degree (using PetscFECreateLagrange, which is now available).
Example parallel run with -viz_ref
fluids: fix -viz_refine by composing interpolation matrices
This also changes -petscspace_degree to -degree (using PetscFECreateLagrange, which is now available).
Example parallel run with -viz_refine:
mpiexec -n 2 ./navierstokes -degree 3 -qextra 1 -problem density_current -dm_plex_box_faces 12,1,12 -lx 4000 -ly 200 -lz 4000 -bc_wall 1,2 -bc_slip_x 5,6 -bc_slip_y 3,4 -center 0,0,2000 -dc_axis 0,1,0 -ts_adapt_monitor -ts_adapt_safety 0.8 -implicit -pc_type bjacobi -stab supg -snes_atol 1e-3 -ksp_atol 1e-4 -ksp_rtol 1e-3 -ts_type alpha -ts_dt 5e-3 -ksp_type bcgs -snes_lag_jacobian 100 -snes_lag_jacobian_persists -snes_mf_operator -viz_refine 2
show more ...
|
| ad373e15 | 14-Apr-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #512 from CEED/valeria/some_cleanup
Small fixes and cleanups |
| 423d854d | 13-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Docs: add cubed-sphere image in examples/petsc section |
| d36c159f | 11-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in gallery/ header files |
| 13921685 | 11-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Remove inclusion of ceed.h in examples/ header files |
| 450bb777 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Make style |
| 2e7702f5 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Refactor wJ -> wdetJ in petsc/ and fluids/ examples |
| 4eac8f6c | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Top-level README: User -> user |
| 5e97086a | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials and docs: Update mathematical description of standalone libCEED examples |