History log of /libCEED/ (Results 4226 – 4250 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fd5ed25b09-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

Travis - use make info at start of testing

fae1cbbd09-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

Travis - add Power8 arch

3aca341d08-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

Travis - skip codecov on amd64 arch, the env is pretty slow

806e28be08-Jan-2020 jeremylt <jeremy.thompson@colorado.edu>

Travis - add arm64 to build matrix

11de351107-Jan-2020 Jed Brown <jed@jedbrown.org>

nsplex: add TSSetDM (support for -snes_fd_color; done by default)

This enables:

./nsplex -ts_monitor -petscspace_degree 1 -dm_plex_box_faces 20,20 -ts_adapt_dt_max .1 -ts_max_time 1 -problem adve

nsplex: add TSSetDM (support for -snes_fd_color; done by default)

This enables:

./nsplex -ts_monitor -petscspace_degree 1 -dm_plex_box_faces 20,20 -ts_adapt_dt_max .1 -ts_max_time 1 -problem advection2d -CtauS .5 -implicit -snes_fd_color -ksp_atol 1e-3 -stab supg -ts_type alpha -ts_dt .01 -pc_type lu

To determine the number of colors used, add -info | grep color

show more ...

30c3791112-Dec-2019 Jed Brown <jed@jedbrown.org>

nsplex: use DMRefine for visualization

Helped-by: Matthew Knepley <knepley@gmail.com>

15e77cd918-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #434 from CEED/jeremy/xsmm-free

XSMM - release JiT kernels

ae1e60e617-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

XSMM - release JiT kernels

65e7b5e817-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #431 from CEED/jeremy/diag-refactor

Operator - move AssembleDiagonal to fallback

77645d7b17-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Doc - update doc for make doc errors

f10650af17-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

CPU - add comment blocks at top of all backend functions

9289e5bf16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - update documentation for CeedMatrixMultiply

713f43c316-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - Switch CreateFDMElementInverse to fallback mechanism

cdb3667f16-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

PETSc - remove extra memcpy in Multigrid example

00f91b2b13-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Basis - drop BasisGetValue in favor of BasisGetInterp/Grad

7172caad11-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Operator - move AssembleDiagonal to fallback

5714e14112-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #433 from CEED/jeremy/ex2-leak

Fix missing free in ex2

ed768a3c12-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Examples - fix missing free in ex2

598e80d211-Dec-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #432 from CEED/jeremy/test-name-vector

Minor Renaming for Consistency

0c45926611-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Style - fix comment character in ceed.h

0436c2ad11-Dec-2019 jeremylt <jeremy.thompson@colorado.edu>

Style - rename files vec->vector for consistency

8736891d04-Nov-2019 Jed Brown <jed@jedbrown.org>

nsplex: error if missing -petscspace_degree

30a100c304-Nov-2019 Jed Brown <jed@jedbrown.org>

CeedLobattoQuadrature: error if Q<2

7ffc889e06-Nov-2019 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

densitycurrent as a function of primitive variables added to nsplex

2a35435b25-Oct-2019 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

NS: add SU and SUPG stabilization

This is a squash of the following incremental commits.

* data structures needed for SU is defined
WIP: dt not defined
* Brought in Stabilizing terms from branch

NS: add SU and SUPG stabilization

This is a squash of the following incremental commits.

* data structures needed for SU is defined
WIP: dt not defined
* Brought in Stabilizing terms from branch `primitive_variables`
* Rd is added as the 7th context in densitycurrent in both nsplex and ns
* SU added to densitycurrent (explicit scheme)
* implicit function with SU is added to densitycurrent=> SUPG to be added
* dt passed in to densitycurrent.h for SUPG
WIP: Advection2dContext referenced from densitycurrent.h
* Stabilizing terms are more readable now.
* some compiling issues resolved
* a sign error resolved
* All the terms needed for SUPG added. WIP: SU and SUPG should be separated with switch-case.
* SU and SUPG are separated with switch-case + some cleaning
* dFconvdq had some errors which is resolved now
* dFconvdq also corrected in implicit Qfunction
* The initial value for dt is 1.e-7
* some changes in body force
* a bug due to uninitiated variable is fixed
* dudx also fixed in implicit Qfunction

Squashed-by: Jed Brown <jed@jedbrown.org>

show more ...

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