History log of /libCEED/examples/ (Results 1151 – 1175 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c83beb5609-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - specify direction of constant forcing function

d612e6d909-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - wJ->wdetJ

cbe1762f08-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add strain energy density to documentation
Co-authored-by: Arash Mehraban <arashm81@gmail.com>

4ab73d8108-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - use KSPCG, not KSPPREONLY for degree=1 to get correct convergence

31dc5d8607-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add clamped boundary rotation

e465934507-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - add multi-direction clamp translation

2d93065e07-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>

90c3b38a15-Apr-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #511 from CEED/valeria/viz-refine

Add support for level of refinements for viz

ff6701fc12-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 ...

423d854d13-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Docs: add cubed-sphere image in examples/petsc section

1392168511-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Remove inclusion of ceed.h in examples/ header files

450bb77710-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Make style

2e7702f510-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Refactor wJ -> wdetJ in petsc/ and fluids/ examples

5e97086a10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebook tutorials and docs: Update mathematical description of standalone libCEED examples

a3d2600210-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 ...

98240d3d10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Jupyter-notebook tutorials: Typo fix reported-by @LeilaGhaffari

e0dd07dc10-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

36d2312c10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Add double inclusion guard in examples/nek header file

a57ca78710-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Add double inclusion guard in examples/mfem header files

88c612bc10-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

e3bad73b10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Add double inclusion guard in examples/ceed header files

f6b55d2c10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Add double inclusion guard in examples/petsc header files

cb3e268909-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

8350d2ba06-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #505 from CEED/jeremy/solids-fixes

Solids fixes

fd248ec106-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

1...<<41424344454647484950>>...69