| 380e0a58 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove unused variables and some code cleanups and clarifications |
| 560e6f00 | 11-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - move viewFinalSoln output outside of SNES stage |
| 12b49b89 | 11-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - additional command line options |
| eca3555c | 07-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #533 from CEED/jed/activate-hoverxref
Jed/activate hoverxref |
| bcc01d93 | 05-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Multigrid - fix memtype in CeedVecSetArray call |
| 32ed2d11 | 16-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
fluids: fix missing CHKERRQ |
| 17a9418b | 04-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc Bpssphere: Remove unused context for setup QFunction |
| 75904329 | 04-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS solver: remove stray restrictxcoord restriction |
| a76f8c52 | 04-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
PETSc examples and solids: remove stray section from SeupLibCEED function |
| 050e48eb | 01-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - fix comment typo |
| 22f31aa0 | 01-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Soldis - fix small bug in energy restriction |
| ab213215 | 23-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
More comments in CUDA backends (#518)
* CUDA - adding comments as I work to understand these backends
* PETSc - remove extra include, breaks single source
* make style |
| ec9acdb8 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Use non_zero_time=false for problem type avection
Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now
With n
NS: Use non_zero_time=false for problem type avection
Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now
With non_zero_time=true the program was always reporting Max Error: 0. for problem type advection
show more ...
|
| 27dd567e | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Rename ICs_PetscMultiplicity() -> ICs_FixMultiplicity()
The name ICs_PetscMultiplicity was misleading, since the multiplicity is not related to PETSc |
| 357222b3 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Fix memory leak
Reported-by @jedbrown |
| 81426980 | 21-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Fluids - fix omitted indices correction in fluids version of CreateRestrictionFromPlex |
| d979a051 | 14-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do. |
| 0b6d0ae5 | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - update documentation, displacement is from inital configuration |
| aee2786a | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - update sample runs at top of file |
| 175e179d | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| 58c81633 | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - update documentation discussion of energy density |
| d642641f | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp |
| 807e91fb | 13-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix translation boundary condition cl option |
| 2b901a5e | 13-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - fix PCMG printing |
| 61acc968 | 09-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Solids - error on hyperFS and constant forcing |