Home
last modified time | relevance | path

Searched hist:"0 f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799" (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/tests-output/
HDfluids-navierstokes-dc-explicit.bin0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799 Sun Mar 03 00:17:25 UTC 2024 James Wright <james@jameswright.xyz> fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.
HDfluids-navierstokes-adv2d-rotation-explicit-strong.bin0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799 Sun Mar 03 00:17:25 UTC 2024 James Wright <james@jameswright.xyz> fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.
/libCEED/examples/fluids/src/
H A Dsetupts.c0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799 Sun Mar 03 00:17:25 UTC 2024 James Wright <james@jameswright.xyz> fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.
/libCEED/examples/fluids/
H A Dnavierstokes.c0f2fa9b4e1deb19c1ee4421d58b5dd7bd7f4a799 Sun Mar 03 00:17:25 UTC 2024 James Wright <james@jameswright.xyz> fluids: Fix mass matrix for explicit time stepping

The local vector should be initialized to zero so that all the essential
nodes (ie. strong boundary condition nodes) are not factored in for the
matrix multiply. The PR associated with this commit should have a
document attached detailing why this is the case.

Previous tests used this incorrect mass matrix and so now fail. The
results for these tests are corrected as well.