| b57b8e72 | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc cleanup
- Change/remove comments - Remove superfluous includes |
| 916593bb | 16-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1159 from CEED/jeremy/memcheck-vec
memcheck - add vector read/write checking |
| 28ec399d | 16-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix read/write access logic for full assembly |
| c6d796c6 | 16-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - fix read-write access logic for VectorPointwiseMult |
| 9798701e | 15-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - add vector read/write checking |
| b559d91b | 15-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ci: upgrade to clang-format-15 (#1157) |
| ca69d878 | 15-Feb-2023 |
Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com> |
Lift, Drag, Heat Transfer (#1130)
* add functions for surface forces
* function for surface forces
* reaction forces
* add points to label
* WIP: examples/fluids: sketch surface force ca
Lift, Drag, Heat Transfer (#1130)
* add functions for surface forces
* function for surface forces
* reaction forces
* add points to label
* WIP: examples/fluids: sketch surface force calculations
* examples/fluids: fix for parallel, when there are no such points on a process
* add TSMonitor_FaceForce function
* update on TSMonitor FaceForce
* create .csv file
* cleanup TS Monitor FaceForce function
* include surface forces viewer to header file
* include ts monitor surface force viewer to cloptions
* update where TSMonitor FaceForce are called
* examples/fluids: update wall forces to write csv
mpiexec -n 5 build/fluids-navierstokes -options_file examples/fluids/vortexshedding.yaml -{ts,snes}_monitor -degree 1 -ts_monitor_wall_forces ascii:force.csv:ascii_csv
* update documentation
* reaction force data
* plotting script
* examples/fluids: seaborn plotting with twinx and colors
* delete data file
* tuck away csv file
* place python script in subdirectory
* examples/fluids/postprocess: put shedding period in title
* examples/fluids: document wall force and shedding postprocess
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| fae3c42f | 14-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1155 from CEED/jeremy/no-dupe-name |
| 643fbb69 | 13-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - prevent duplicate field names |
| 3fc26417 | 06-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1150 from CEED/jeremy/multi-assembly
CPU diagonal assembly for multiple active bases |
| ba746a46 | 06-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - expanded documentation of CeedOperatorAssemblyData |
| 94bb3298 | 05-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1151 from CEED/jrwrigh/op_field_from_name
operator: Get OperatorField by field name |
| de5900ad | 03-Feb-2023 |
James Wright <james@jameswright.xyz> |
operator: Get OperatorField by field name |
| fc963c3a | 03-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1153 from CEED/jeremy/docstring-fix
Update docstrings for NULL arguments |
| 85bb9dcf | 03-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - update docstrings for NULL arguments |
| 1addde43 | 03-Feb-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1152 from CEED/zach/multigrid-support-null-arguments
Support NULL restrict/prolong operators in multigrid |
| 83d6adf3 | 03-Feb-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
only create coarse-to-fine basis if restrict or prolong operator requested |
| addd79fe | 03-Feb-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Support NULL restrict/prolong operators in multigrid |
| 437c7c90 | 30-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - CPU diagonal assembly for multiple active bases |
| 1f61f649 | 27-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1148 from CEED/jeremy/operator-context-get
OperatorContextGet[Double, Int] |
| 2788fa27 | 24-Jan-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - Context[Get,Restore][Double,Int32]Read |
| 184e9329 | 25-Jan-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1145 from prj-/jolivet/warnings
Fix -Wextra-semi -Wmissing-field-initializers |
| 023b8a51 | 25-Jan-2023 |
abdelfattah83 <36712794+abdelfattah83@users.noreply.github.com> |
magma: non-tensor rtc (#1141)
* some refactoring in magma's jit src
* fix path
* fix loading src
* refactor magma nontensor backend
* refactor magma nontensor backend
* [WIP]: new non
magma: non-tensor rtc (#1141)
* some refactoring in magma's jit src
* fix path
* fix loading src
* refactor magma nontensor backend
* refactor magma nontensor backend
* [WIP]: new nontensor basis kernels
* [WIP]: new nontensor basis kernels
* [WIP]: new nontensor basis kernels
* call the new nontensor kernels for low order problems
* multiple compilation for the same kernels but with different tuning parmaters
* magma: allow different nb's for different non-tensor kernels
* tuning data for the non-tensor rtc kernels
* remove no-longer used functions, add new one for tuning the nontensor kernels
* constants for tuning
* tuning functions
* use the tuning functions in compiling/running the new kernels
* bug fix
* fixes
* fixes
* minor
* switch tuning data
* fix name
* fix name
* add function to run cuda kernels with opt-in shared memory feature
* minor fix
* minor fix
* fix calls to batch api
* allow more kernel instances
* temporary timing function
* temporary timing function
* tuning data based on hiprtc
* rollback tuning parameters
* fixes
* fixes
* fix inconsistency in the parameters passed to nvrtc/hiprtc
* minor
* a fix to the nb selector
* cleanup
* merge the opt-in feature in CeedRunKernelDimSharedOptinCuda into CeedRunKernelDimSharedCuda
* fix paths for hip-magma backends
* style
* fixes
* running make format
* undo changes from the last commit
* change HIP_DIR to ROCM_DIR and adjust the paths for magma accordingly
* replace HIP_DIR with ROCM_DIR
show more ...
|
| c184fad2 | 24-Jan-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1135 from CEED/jrwrigh/spanwise_stats |
| e42c1df6 | 23-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add UpdateContextLabel utility |