| #
0036de2c
|
| 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - expand codecov
|
| #
7509a596
|
| 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions
|
| #
b9c05c73
|
| 20-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 ...
|
| #
4092d0ee
|
| 05-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #447 from CEED/jeremy/lmode-on-create
ElemRestriction Lmode in Create over Apply
|
| #
61dbc9d2
|
| 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum
|
| #
074cb416
|
| 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - remove lmode from backend apply signature
|
| #
a8d32208
|
| 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply
|
| #
8a37b0ef
|
| 20-Jan-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #436 from CEED/jeremy/diag-refactor
AssembleLinearDiag Optimizations
|
| #
efc78312
|
| 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add lmode to ElemRestrictionGetMultiplicity
|
| #
25150b89
|
| 08-Dec-2019 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #428 from CEED/valeria/small-doc-fixes
Small doc fixes
|
| #
95bb1877
|
| 06-Dec-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Small doc improvements to make it more readable and consistent
|
| #
fa9eac48
|
| 31-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionGetMultiplicity: move TransposeMode to an input arg
Enables support for interlaced (CEED_TRANSPOSE), as typically used in PETSc examples/apps.
|
| #
a8c14239
|
| 02-Dec-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #423 from CEED/jeremy/small-fixes
Small fixes from Python Work
|
| #
34138859
|
| 20-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small updates for correctness
|
| #
3aa039c1
|
| 19-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #393 from CEED/jeremy/doc-fix
Doc - small fixes
|
| #
7aaeacdc
|
| 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - size->shape for ElemRestrictApply*
|
| #
23e2c5dc
|
| 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small fixes
|
| #
c360dbdf
|
| 18-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #392 from CEED/jeremy/get-ceed
Get Full Ceed Resource Name
|
| #
692c2638
|
| 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix array pointer and function arg style
|
| #
0131f7c4
|
| 17-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #389 from CEED/jeremy/doc-fixes
Doc - small fixes
|
| #
23e8ed12
|
| 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - small fixes
|
| #
e6a04bf5
|
| 16-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #273 from CEED/p-multigrid
P Multigrid Example
|
| #
7f823360
|
| 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style
|
| #
1d102b48
|
| 03-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Assemble Linear QFunction (#306)
* Operator - add interface for AssembleLinearQF
* Operator - Refactor Ref/Blocked/Opt basis apply
* Operator - Add AssembleLinearQF impl for Ref/Blocked/Opt, n
Assemble Linear QFunction (#306)
* Operator - add interface for AssembleLinearQF
* Operator - Refactor Ref/Blocked/Opt basis apply
* Operator - Add AssembleLinearQF impl for Ref/Blocked/Opt, not impl message for OCCA/CUDA
* AssembleQF - Add grad test and clean up code
* CPU - Add operator eval mode error, remove opt inlineing
* Operator - clarify QF assemble documentation, style updates
* Interface - style and consistency updates
* Tests - add more complex assembled qfunction test
* Tests - add fortran test for assemble linear qfunction
* Tests - Update t53* tests for new Fortran source macro
* Merge - small fixes
* Operator - convert to backend creating assembled qdata vector
* Operator - zero qvecs before using in assembly of qf
* Operator - expand assemble QF documentation
* CPU - minor fix in AssembleLineaorQF to prevent uninitalized memory
* Tests - fix wording in t531, t532
show more ...
|
| #
d9e1f99a
|
| 01-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Improve ceed-elemrestriction interface doc (#370)
* Improve ceed-elemrestriction interface doc
|