| 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> |
| 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 ...
|
| 423d854d | 13-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Docs: add cubed-sphere image in examples/petsc section |
| 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 |
| 5e97086a | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials and docs: Update mathematical description of standalone libCEED examples |
| a3d26002 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials: Replace QFunctionSketch.svg file
This SVG file was created from a PDF using Inkscape
Apparently Inkscape's built-in conversion produces an SVG format that is more compat
Jupyter-notebook tutorials: Replace QFunctionSketch.svg file
This SVG file was created from a PDF using Inkscape
Apparently Inkscape's built-in conversion produces an SVG format that is more compatible with multiple readers and browser renderes than the converter package that was used previously to produce the SVG file directly from the LaTeX TikZ figure
show more ...
|
| 98240d3d | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Jupyter-notebook tutorials: Typo fix reported-by @LeilaGhaffari |
| e0dd07dc | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Include ceed.h in examples/solids header files
This avoid 'unknown type' warnings and is safe under the double inclusion guard |
| 36d2312c | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/nek header file |
| a57ca787 | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/mfem header files |
| 88c612bc | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Include ceed.h in examples/fluids header files
This avoid 'unknown type' warnings and is safe under the double inclusion guard |
| e3bad73b | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/ceed header files |
| f6b55d2c | 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/petsc header files |
| cb3e2689 | 09-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add support for level of refinements for viz
Now -viz_refine is not a PetscBool anymore, but a PetscInt |
| 8350d2ba | 06-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #505 from CEED/jeremy/solids-fixes
Solids fixes |
| fd248ec1 | 06-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |