History log of /libCEED/ (Results 3826 – 3850 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
175e179d16-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

make style

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

Solids - update documentation discussion of energy density

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

Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp

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

Solids - fix translation boundary condition cl option

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

Solids - fix PCMG printing

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

Solids - error on hyperFS and constant forcing

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>

19122c0216-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

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

Travis - freeze OCCA at 327badb until new OCCA backend mergend

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

ad373e1514-Apr-2020 Valeria Barra <39932030+valeriabarra@users.noreply.github.com>

Merge pull request #512 from CEED/valeria/some_cleanup

Small fixes and cleanups


README.rst
doc/img/CubedSphere.svg
examples/ceed/ex1-volume.h
examples/ceed/ex2-surface.h
examples/ceed/index.rst
examples/fluids/advection.h
examples/fluids/advection2d.h
examples/fluids/common.h
examples/fluids/densitycurrent.h
examples/mfem/bp1.h
examples/mfem/bp3.h
examples/nek/bps/bps.h
examples/petsc/index.rst
examples/petsc/qfunctions/area/areacube.h
examples/petsc/qfunctions/area/areasphere.h
examples/petsc/qfunctions/bps/bp1.h
examples/petsc/qfunctions/bps/bp1sphere.h
examples/petsc/qfunctions/bps/bp2.h
examples/petsc/qfunctions/bps/bp2sphere.h
examples/petsc/qfunctions/bps/bp3.h
examples/petsc/qfunctions/bps/bp3sphere.h
examples/petsc/qfunctions/bps/bp4.h
examples/petsc/qfunctions/bps/bp4sphere.h
examples/petsc/qfunctions/bps/common.h
examples/petsc/setup.h
examples/petsc/setupsphere.h
examples/solids/qfunctions/common.h
examples/solids/qfunctions/constantForce.h
examples/solids/qfunctions/hyperFS.h
examples/solids/qfunctions/hyperSS.h
examples/solids/qfunctions/linElas.h
examples/solids/qfunctions/manufacturedForce.h
examples/solids/qfunctions/manufacturedTrue.h
examples/tutorials/img/QFunctionSketch.svg
examples/tutorials/tutorial-0-ceed.ipynb
examples/tutorials/tutorial-6-shell.ipynb
gallery/ceed-gallerytemplate.h
gallery/identity/ceed-identity.h
gallery/mass1d/ceed-mass1dbuild.h
gallery/mass1d/ceed-massapply.h
gallery/mass2d/ceed-mass2dbuild.h
gallery/mass3d/ceed-mass3dbuild.h
gallery/poisson1d/ceed-poisson1dapply.h
gallery/poisson1d/ceed-poisson1dbuild.h
gallery/poisson2d/ceed-poisson2dapply.h
gallery/poisson3d/ceed-poisson3dapply.h
gallery/poisson3d/ceed-poisson3dbuild.h
python/build_ceed_cffi.py
python/ceed_qfunction.py
423d854d13-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

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

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

Add double inclusion guard in gallery/ header files

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

4eac8f6c10-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

Top-level README: User -> user

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

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

1...<<151152153154155156157158159160>>...226