| c70bd2a0 | 13-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - homogonize qf/op variable names |
| 0d4737c7 | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - drop unused struct members in sphere example |
| ce41076e | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix pointer alignment for setupsphere |
| 9a00868b | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 4cecb402 | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Homogenize all section headers style to 40 chars |
| b3e3d9dd | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent section headers style
This is not only for consistency sake, but it also allows for easy visualization of section breaks |
| 08fade8c | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Slightly improve doc of bpssphere |
| 61608365 | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - create fineLevel = numLevels - 1 variable for readability |
| ac4340cf | 11-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: expand exposition on coordinate transformations and metric tensors
Simplify explicit pseudoinverse calculation in bpssphere setup. |
| a97643b0 | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - use one mat shell for prolong/restrict |
| ce74dcef | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - set GET_DIAGONAL for bps |
| 5e81177d | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - simplify diagonal computation logic |
| 483f8b0d | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - simplify calls to gather/scatter |
| 15ce0ef0 | 06-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - convert multigrid example to use GAMG on coarse solve |
| 2789e3cb | 10-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
User manual: Add description of PETSc BPs on the cubed-sphere |
| 2d86b21d | 09-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: split examples into separate files in the source tree
* Copy examples/**.rst into the source directory so they can be picked up by Sphinx. * Some minor corrections/clarifications to docs that
doc: split examples into separate files in the source tree
* Copy examples/**.rst into the source directory so they can be picked up by Sphinx. * Some minor corrections/clarifications to docs that I noticed while splitting them apart (shame on me for bundling in this commit).
show more ...
|
| ed264d09 | 07-Mar-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
PETSc BPs on the cubed-sphere (#463)
* Add setupsphere.c and bpssphere.c and improve doc of area problems
* Improve doc of area.c
* Areasphere: improve doc
* Update Makefile for bpssphere
PETSc BPs on the cubed-sphere (#463)
* Add setupsphere.c and bpssphere.c and improve doc of area problems
* Improve doc of area.c
* Areasphere: improve doc
* Update Makefile for bpssphere
* Use Sqr define in area/areasphere.okl
* BPs on the sphere: Add BP1 and BP2
* Update ./gitignore for bpssphere
* BPs on the sphere: Use MatSetNullSpace for Laplace operator
* BPs on the sphere: Add BP3
* Style fix in navierstokes.c
* ceed/ex2-surface: remove ununsed M_PI_2 define
* BP3: Use different rhs and true_soln functions
* bpssphere: normalize quadrature point coordinates to sphere
* Remove extra DMSetFromOptions() call in SetupDMByDegree function
* Add bp3sphere.okl
* Update bpssphere problems after interface change in PR #447
* Make style
* Update TESTARGS
* Fix make style change
* Slightly increase the tolerance for test_mode
* Update bp2sphere.h and bp2sphere.okl with asymmetric formulation consistent with PR #464
* Add BP4
* Enable BP5/BP6
* Add bp4sphere.okl and style
* Update after Strided Restrictions and latest updates in PETSc
* change booleans to PetscBooleans
Not to be pedantic, but this change was suggested by my IDE ^_^
* examples: s,pysical,physical, and small comment
* Simplify unnecessary bidimensional matrices
Co-authored-by: jeremylt <jeremy.thompson@colorado.edu>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| f135cfe1 | 06-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
examples/petsc: update for PETSc master
PETSc recently merged a change that replaced the (incorrectly named) PetscDTGaussJacobiQuadrature() with PetscDTStroudConicalQuadrature().
https://gitlab.com
examples/petsc: update for PETSc master
PETSc recently merged a change that replaced the (incorrectly named) PetscDTGaussJacobiQuadrature() with PetscDTStroudConicalQuadrature().
https://gitlab.com/petsc/petsc/-/merge_requests/2574
show more ...
|
| 15910d16 | 24-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields |
| 07c07924 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| 7f90ec76 | 14-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CPU - fix CPU backend stridiniding for CEED_BACKENDSTRIDE |
| 523b8ea0 | 12-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add CEED_STRIDES_BACKEND |
| 7509a596 | 06-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - replace identity restrictions with strided restrictions |
| 82311801 | 26-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - remove some symmetries in the BP test cases |
| 74312f09 | 31-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Examples - remove imode variables in PETSc examples |