History log of /libCEED/ (Results 4101 – 4125 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ccedf6b011-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

WIP - add strided to cuda gen

59f9181e07-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - add strided restrictions

48b094a307-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

make style changes

266dd7ab07-Feb-2020 nbeams <246972+nbeams@users.noreply.github.com>

add strided restriction for magma backend

bbfacfcd06-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

LCOV - shift markers to avoid extranious misses

0036de2c06-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - expand codecov

15ad1f0806-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

OCCA - initalize imode for clang tidy

09380a0706-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Python - add layout and norm enums to __init__

69a5358906-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Python - convert to strided restrictions

7509a59606-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - replace identity restrictions with strided restrictions


backends/blocked/ceed-blocked-operator.c
backends/occa/ceed-occa-restrict.c
backends/occa/ceed-occa-restrict.okl
backends/occa/ceed-occa.h
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-restriction.c
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/navier-stokes/navierstokes.c
examples/nek/bps/bps.usr
examples/petsc/area.c
examples/petsc/bpsraw.c
examples/petsc/setup.h
include/ceed-backend.h
include/ceed-impl.h
include/ceed.h
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-vector.c
tests/t201-elemrestriction-f.f90
tests/t201-elemrestriction.c
tests/t500-operator-f.f90
tests/t500-operator.c
tests/t501-operator-f.f90
tests/t501-operator.c
tests/t502-operator-f.f90
tests/t502-operator.c
tests/t503-operator-f.f90
tests/t503-operator.c
tests/t504-operator-f.f90
tests/t504-operator.c
tests/t505-operator-f.f90
tests/t505-operator.c
tests/t510-operator-f.f90
tests/t510-operator.c
tests/t511-operator-f.f90
tests/t511-operator.c
tests/t520-operator-f.f90
tests/t520-operator.c
tests/t521-operator-f.f90
tests/t521-operator.c
tests/t522-operator-f.f90
tests/t522-operator.c
tests/t523-operator-f.f90
tests/t523-operator.c
tests/t524-operator-f.f90
tests/t524-operator.c
tests/t530-operator-f.f90
tests/t530-operator.c
tests/t531-operator-f.f90
tests/t531-operator.c
tests/t532-operator-f.f90
tests/t532-operator.c
tests/t533-operator-f.f90
tests/t533-operator.c
tests/t534-operator-f.f90
tests/t534-operator.c
tests/t535-operator-f.f90
tests/t535-operator.c
tests/t536-operator-f.f90
tests/t536-operator.c
tests/t540-operator-f.f90
tests/t540-operator.c
7db43d7f27-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #464 from CEED/jeremy/multigrid-fixes

Diagonal Computation Fix

efcf456326-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

LinearDiag - fix bug, comp i only contributes to the diagonal for comp i

8231180126-Feb-2020 jeremylt <jeremy.thompson@colorado.edu>

PETSc - remove some symmetries in the BP test cases

b9c05c7320-Feb-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/ns-dmplex' [PR #458]

* jed/ns-dmplex: (73 commits)
NS: remove density_current_primitive (still work in progress)
Remove a bunch of unused variables and update doc
Update READ

Merge branch 'jed/ns-dmplex' [PR #458]

* jed/ns-dmplex: (73 commits)
NS: remove density_current_primitive (still work in progress)
Remove a bunch of unused variables and update doc
Update README: remove density_current_primitive problem option for now
Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive
Remove a bunch of unused or double-declared variables
Update README
NS: use const in VLA casts to suppress icc warning
NS: add command-line support for specifying DC center/axis
NS: return to insulated no-slip walls instead of full-Dirichlet
NS: remove dead code for scaling VTK output back to dimensional units
NS: add support for free slip wall boundary conditions
NS density_current: remove redundant initial/boundary condition and trailing whitespace
Some changes in documentation
Update top-level README
Update examples/README
Update examples/navier-stokes/README
Update .gitignore
Update documentation
Initialize *problem pointer as NULL
NS: move nsplex.c to navierstokes.c
...

show more ...

a61db90420-Feb-2020 Jed Brown <jed@jedbrown.org>

NS: remove density_current_primitive (still work in progress)

Suggested-by: Valeria Barra <valeriabarra21@gmail.com>
Acked-by: Leila Ghaffari <Leila.Ghaffari@colorado.edu>

b8761dfb19-Feb-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #461 from CEED/jed/travis-update-petsc

Travis: use PETSc from master

80a613e619-Feb-2020 Jed Brown <jed@jedbrown.org>

Travis: use PETSc from master

70d6139819-Feb-2020 valeriabarra <valeriabarra21@gmail.com>

Remove a bunch of unused variables and update doc

751f620819-Feb-2020 valeriabarra <valeriabarra21@gmail.com>

Update README: remove density_current_primitive problem option for now

fd5930c319-Feb-2020 valeriabarra <valeriabarra21@gmail.com>

Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive

Just for consistency with the other usages. Even if this case does not work right now. In case someone wan

Use const in VLA declaration casts to suppress icc warning also in densitycurrent_primitive

Just for consistency with the other usages. Even if this case does not work right now. In case someone wants to pick it up in the future.

show more ...

4eddc98019-Feb-2020 valeriabarra <valeriabarra21@gmail.com>

Remove a bunch of unused or double-declared variables

f76d747e19-Feb-2020 valeriabarra <valeriabarra21@gmail.com>

Update README

966b1ea919-Feb-2020 Jed Brown <jed@jedbrown.org>

NS: use const in VLA casts to suppress icc warning

Reported-by: Valeria Barra <valeriabarra21@gmail.com>

39e85c4a17-Feb-2020 Jed Brown <jed@jedbrown.org>

NS: add command-line support for specifying DC center/axis

This runs slip boundary conditions on all the vertical walls, and
places the initial (cylindrical) density anomaly on the symmetry plane
wi

NS: add command-line support for specifying DC center/axis

This runs slip boundary conditions on all the vertical walls, and
places the initial (cylindrical) density anomaly on the symmetry plane
with axis pointing in the y direction. The Jacobian (computed using
coloring) and preconditioner are rebuilt once every 100 SNES solves.

./navierstokes -petscspace_degree 2 -qextra 2 -problem density_current -dm_plex_box_faces 20,1,20 -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 ilu -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

show more ...

f263922e19-Feb-2020 Jed Brown <jed@jedbrown.org>

NS: return to insulated no-slip walls instead of full-Dirichlet

1...<<161162163164165166167168169170>>...226