History log of /honee/ (Results 1126 – 1150 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
21b1a10e13-Jul-2022 James Wright <james@jameswright.xyz>

Merge pull request #1018 from CEED/jrwrigh/stg_precompute_ektot

b150a24417-Jun-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: skip legacy preallocation (we use COO)

When using -snes_fd_color or running a model that doesn't provide a
Jacobian (in which case coloring will be used automatically), we still
nee

examples/fluids: skip legacy preallocation (we use COO)

When using -snes_fd_color or running a model that doesn't provide a
Jacobian (in which case coloring will be used automatically), we still
need to preallocate.

show more ...

0485594910-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: explicitly handle MFFD

b107fdda10-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
us

examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.

show more ...

70b0cb1407-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Store 1/Ektot

9eeef72b01-Jul-2022 James Wright <james@jameswright.xyz>

fluids: Implement stgdata for ektot

8eea80fc30-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Add STG Preprocessing and Calc QFs

71cd620022-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Abstract out spectrum calculation

f61bb06c07-Jul-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1016 from CEED/jed/plex-cell-coordinates

examples/fluids: use DMGetCellCoordinateDM to handle periodicity

cac8aa2405-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: use DMGetCellCoordinateDM to handle periodicity

Note that without -dm_sparse_localize 0 (default=1), the cell DM will
only have cells with localized coordinates (and there is no vec

examples/fluids: use DMGetCellCoordinateDM to handle periodicity

Note that without -dm_sparse_localize 0 (default=1), the cell DM will
only have cells with localized coordinates (and there is no vector
representation that contains both).

show more ...

35ebed3107-Jul-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1009 from CEED/jrwrigh/dirichlet_with_libceed

Fluids - Use libCEED to compute Dirichlet boundary conditions

2c49836307-Jul-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: fix spelling in output

da7e3aac06-Jul-2022 James Wright <james@jameswright.xyz>

fix(fluids): Create and use basis_xc_sur for dirichlet bcs

3794c35e30-Jun-2022 Jed Brown <jed@jedbrown.org>

Merge pull request #1015 from CEED/jrwrigh/fluids_bcinsert_mask

fluids: Fix post-processing in DMPlexInsertBoundaryValues_NS

f6438f2030-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Minor improvements for dirichlet and stg

66531c8b30-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Set all outputs in STG QF

6cf7571c28-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Use ApplyAdd for dirichlet_libCEED BCs

278b044828-Jun-2022 James Wright <james@jameswright.xyz>

test: Update data for strong_stg test

- Previous data was from using `bcFunc` and was actually incorrect.

6d0190e224-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Implement dirichlet bcs via libCEED

9d43733730-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Fix post-processing in DMPlexInsertBoundaryValues_NS

b7190ff723-Jun-2022 James Wright <james@jameswright.xyz>

fluids: Create QFs for strong STG w/ QFunctions

04cf285528-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1002 from CEED/jeremy/format-ceed-types

Add CeedInt_FMT

45aa3cad21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fmt - add CeedInt_FMT

ed89af6627-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1008 from CEED/jeremy/doc-fixes

Small Doc Fixes

2ed982e224-Jun-2022 James Wright <james@jameswright.xyz>

Merge pull request #1010 from CEED/jrwrigh/fluids_qfutils

1...<<41424344454647484950>>...61