| 33ca1547 | 28-Sep-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #158 from thilinarmtb/nek_bps_fix
Fixed Nek5000 BP1 |
| fb504691 | 28-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Update ncomp to ndim for basisx |
| b30ebb54 | 27-Sep-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
/cpu/self/ref --> /cpu/self |
| 8da8c1b2 | 07-Sep-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Fix Nek5000 BP1 |
| e1d58968 | 17-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: fix parallel bug and small leak |
| 82f9cadf | 17-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add print number of global dofs for PETSc BPs |
| 164d7109 | 04-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
petsc bp3: implement Dirichlet zero boundary conditions
Choose solution satisfying these boundary conditions. We can implement inhomogeneous Dirichlet conditions if desired. |
| 21a3267a | 04-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Use p+2 qpts for PETSc BPs, fix typo in description |
| 3c8335c2 | 01-Sep-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add PETSc BP3 |
| ba4bcd91 | 28-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Revision of PETSc BP1 |
| 1adffcc9 | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
fixed other occurrences of 'colocated' |
| 783c99b3 | 28-Aug-2018 |
Valeria Barra <valeria.barra@colorado.edu> |
Refactored 'colocated' misspelling |
| 0c48d69e | 25-Aug-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #134 from CEED/jed/fortran-api-array
Jed/fortran api array |
| f063656d | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
examples/mfem: scale test problem size down to <2000 dofs
This is to speed up the test suite, especially with slower backends like Occa is at the moment. Larger problem sizes aren't necessary for c
examples/mfem: scale test problem size down to <2000 dofs
This is to speed up the test suite, especially with slower backends like Occa is at the moment. Larger problem sizes aren't necessary for correctness testing, but performance regression testing may be introduced at a later time.
show more ...
|
| 31d4d2ba | 21-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the
examples/mfem: add option -s (--size) to specify target problem size
This drops logic in bp3 about dim=1, but we aren't currently exercising that and I think an interested user can make do with the run-time option.
show more ...
|
| 601679df | 16-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix nek clean |
| 18f8b401 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionIdentity: check for compatible sizes |
| fa86cc6d | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
run-nek-example.sh: only run specified example with -e |
| dcb60240 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Nek bp1,bp3: fix use of restriction and vector sizes |
| f40bc709 | 16-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Nek examples: use ceedelemrestrictioncreateidentity |
| 6456524e | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
fortran: add offset argument to ceedvectorrestorearray, use in Nek examples
This allows the offset integers to be zeroed, thus preventing potentially unpredictable behavior if that value is accident
fortran: add offset argument to ceedvectorrestorearray, use in Nek examples
This allows the offset integers to be zeroed, thus preventing potentially unpredictable behavior if that value is accidentally used.
show more ...
|
| 4b8bea3b | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
make style, excluding backends/{occa,magma} |
| ecf6354e | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention i
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention is described in new developer notes. I did not change comments in backends/{occa,magma} because there is outstanding development that may interfere with merging.
show more ...
|
| b5cf12ee | 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin |
| 071a0397 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move dims variables inside of loop |