| 1b934bde | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
tap.sh: Update to process multiple navierstokes TESTARGS (with no output) |
| 9cf88b28 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Check tests error by comparing with reference solutions from binary files |
| f365d06a | 12-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: scale energy differently in TESTARCGS |
| de9fa543 | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove extra PetscViewerDestroy() call in TSMonitor_NS() function
This was causing a crash in parallel (not in serial) |
| 10c9356e | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: remove line between test runs and add output files |
| 565b71c8 | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
tap.sh: Process fluids NS example's multiple test outputs |
| d5424b73 | 29-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add VecViewFromOptions at the end of execution
This currently works in serial, but not in parallel |
| 84f4e65d | 28-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add multiple test runs
These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation
NS: Add multiple test runs
These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation with alpha method + supg stabilization
show more ...
|
| 07af6069 | 24-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Default BCs are free-slip on all faces
If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces
The use still has the p
NS: Default BCs are free-slip on all faces
If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces
The use still has the possibility of imposing wall boundary conditions (which sets all three components of velocity to homogeneous Dirichelet condition)
If the user specify both conditions, slip and wall, on the same face sets, the program will error
show more ...
|
| c063f476 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Style and comments |
| ff62f740 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove periodicity option
This option is temporarily removed since it is currently broken |
| 40c555b9 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if CtauS is used without stabilization |
| 35d2ed1b | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Patch on BCs for different problem types and update docs |
| 8c662231 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if stabilization is used with explicit time integrators |
| 380e0a58 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove unused variables and some code cleanups and clarifications |
| 2df011b7 | 11-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #534 from CEED/jeremy/solids-cloptions
Solids - additional command line options |
| 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 |
| 20aaa365 | 08-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
XSMM - fix q=1 index computation (#531)
* XSMM - use hash table for kernel index lookup, add khash to libCEED
* Hash - add CeedHashIJKLM to simplify xsmm tensor hash table code
* simplify use
XSMM - fix q=1 index computation (#531)
* XSMM - use hash table for kernel index lookup, add khash to libCEED
* Hash - add CeedHashIJKLM to simplify xsmm tensor hash table code
* simplify use of hash table, use kernels as values
* XSMM: more idiomatic use of khash
* make style
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| a8c028e3 | 07-May-2020 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
CEED_STRIDES_BACKEND optimization for cuda-ref operator apply (#528)
* add check for backend stride status for input vectors
* add backend strides check for output vectors
* replace output cop
CEED_STRIDES_BACKEND optimization for cuda-ref operator apply (#528)
* add check for backend stride status for input vectors
* add backend strides check for output vectors
* replace output copy with elem restriction for none emode
* move input skip_restrict check to setup and never allocate E-vec if not needed
* add boolean variable for E/Q vector layout for
further optimization of output and add wrapper function in magma backend
to create a cuda-ref operator and change this state variable
* Add missing CeedChks
* style changes to better match cuda backends
* missed style change for evec check
* add CeedChk from PR #525 (merge conflict)
* make style changes
* adjust size of nqpts for non-tensor basis
show more ...
|
| eca3555c | 07-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #533 from CEED/jed/activate-hoverxref
Jed/activate hoverxref |
| 3612d425 | 06-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #532 from CEED/jeremy/gpu-tap-edit
Small GPU Test Changes |
| bcc01d93 | 05-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Multigrid - fix memtype in CeedVecSetArray call |
| c681b7f0 | 05-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
tap - acknowledge intentional MAGMA backend limit in basis kernels |
| 5662a7c2 | 05-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #529 from CEED/jeremy/empty-restr
Empty Restriction Support |