History log of /libCEED/ (Results 1826 – 1850 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b57b8e7224-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Misc cleanup

- Change/remove comments
- Remove superfluous includes

916593bb16-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1159 from CEED/jeremy/memcheck-vec

memcheck - add vector read/write checking

28ec399d16-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - fix read/write access logic for full assembly

c6d796c616-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

vec - fix read-write access logic for VectorPointwiseMult

9798701e15-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

memcheck - add vector read/write checking

b559d91b15-Feb-2023 Jed Brown <jed@jedbrown.org>

ci: upgrade to clang-format-15 (#1157)

ca69d87815-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 ...

fae3c42f14-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1155 from CEED/jeremy/no-dupe-name

643fbb6913-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

qf - prevent duplicate field names

3fc2641706-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1150 from CEED/jeremy/multi-assembly

CPU diagonal assembly for multiple active bases

ba746a4606-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - expanded documentation of CeedOperatorAssemblyData

94bb329805-Feb-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1151 from CEED/jrwrigh/op_field_from_name

operator: Get OperatorField by field name

de5900ad03-Feb-2023 James Wright <james@jameswright.xyz>

operator: Get OperatorField by field name

fc963c3a03-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1153 from CEED/jeremy/docstring-fix

Update docstrings for NULL arguments

85bb9dcf03-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - update docstrings for NULL arguments

1addde4303-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

83d6adf303-Feb-2023 Zach Atkins <zach.atkins@colorado.edu>

only create coarse-to-fine basis if restrict or prolong operator requested

addd79fe03-Feb-2023 Zach Atkins <zach.atkins@colorado.edu>

Support NULL restrict/prolong operators in multigrid

437c7c9030-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - CPU diagonal assembly for multiple active bases

1f61f64927-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1148 from CEED/jeremy/operator-context-get

OperatorContextGet[Double, Int]

2788fa2724-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - Context[Get,Restore][Double,Int32]Read

184e932925-Jan-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1145 from prj-/jolivet/warnings

Fix -Wextra-semi -Wmissing-field-initializers

023b8a5125-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 ...

c184fad224-Jan-2023 James Wright <james@jameswright.xyz>

Merge pull request #1135 from CEED/jrwrigh/spanwise_stats

e42c1df623-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add UpdateContextLabel utility

1...<<71727374757677787980>>...226