| #
13921685
|
| 11-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Remove inclusion of ceed.h in examples/ header files
|
| #
f6b55d2c
|
| 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add double inclusion guard in examples/petsc header files
|
| #
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 ...
|
| #
7db43d7f
|
| 27-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #464 from CEED/jeremy/multigrid-fixes
Diagonal Computation Fix
|
| #
82311801
|
| 26-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - remove some symmetries in the BP test cases
|
| #
cb32e2e7
|
| 24-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Add PETSc example areaplex (#394)
Update bps files with new subfolders structure
* Add header h and okl files
* Update REAMDE.md
|