| 3ac43b2c | 24-Apr-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
ElemRestriction - add check for strided status |
| 430758c8 | 24-Apr-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
ElemRestriction - add state counter for reading offsets array |
| 58e2a515 | 24-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
GPU - add ElemRestrictionGetOffsets |
| bd33150a | 24-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - add ElemRestrictionGetOffsets |
| 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 |
| 92fe105e | 23-Apr-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Ref - drop unneeded malloc and memcpy for strided restrictions |
| 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 |
| d655899a | 22-Apr-2020 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Update names in MAGMA restrictions (#517)
* update comments in restriction cuda file
* renamed indices --> offsets for restrictions
* fix comments for L-Vector size |
| 68d8d928 | 22-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #513 from CEED/jeremy/restriction-no-interlace
Convert restriction to offsets |
| bf4d1581 | 22-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
LCOV - add exclusion markers for ref restrictions with 5 components and non-contiguous component data; the specific parameter combination being missed doesn't add valuable information |
| 014ec18d | 22-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Doc - update master branch notes |
| d3ea8f26 | 22-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Ref/Memcheck - use stricter check for restriction offsets
Co-Authored-By: Jed Brown <jed@jedbrown.org> |
| 3661185e | 22-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Ref/Memcheck - add restriction offsets verification |
| 81426980 | 21-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Fluids - fix omitted indices correction in fluids version of CreateRestrictionFromPlex |
| 8dc8d968 | 17-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
MAGMA - remove use of imode |
| 5c7b696c | 16-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
CUDA - use new component stride over interlace mode |
| dc16b371 | 17-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #515 from CEED/jeremy/basis-public
Basis - move some functions to public API |
| 6c58de82 | 17-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Basis - better protect basis data from user meddling
Co-Authored-By: Jed Brown <jed@jedbrown.org> |
| 9d007619 | 17-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Basis - move some functions to public API |
| 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. |
| c42cf402 | 16-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Solids - Add Twist BCs and Strain Energy (#504)
* Solids - add strain energy computations
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
*
Solids - Add Twist BCs and Strain Energy (#504)
* Solids - add strain energy computations
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
* Solids - add multi-direction clamp translation
* Solids - add clamped boundary rotation
* Solids - use KSPCG, not KSPPREONLY for degree=1 to get correct convergence
* Solids - add strain energy density to documentation
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
* Solids - wJ->wdetJ
* Solids - specify direction of constant forcing function
* Solids - error on hyperFS and constant forcing
* Solids - fix PCMG printing
* Solids - fix translation boundary condition cl option
* Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp
* Solids - update documentation discussion of energy density
* make style
* Solids - update sample runs at top of file
Co-authored-by: Arash Mehraban <arashm81@gmail.com>
show more ...
|
| 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 |