| #
c6ebc35d
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - name consistency for composite operator fns
|
| #
75f0d5a4
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add CeedCompositeOperatorGetMultiplicity
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
6aaed0ed
|
| 29-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - check for single active basis/restr
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
e4820e48
|
| 03-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1032 from CEED/jeremy/empty-composite
Allow empty composite operators
|
| #
43622462
|
| 28-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - allow empty composite operators
|
| #
f9d59616
|
| 26-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1030 from CEED/jeremy/set-field-typo
Fix error message int format
|
| #
6222cb59
|
| 25-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - fix error message int format
|
| #
ff40a6a7
|
| 11-Jul-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #994 from CEED/fluids-block-diagonal
Fluids block diagonal
|
| #
996d9ab5
|
| 17-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
CeedCompositeOperatorCreate: fix initial reference count
|
| #
5846037a
|
| 08-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1024 from CEED/rezgar/operatorcheckfield
Update CeedOperatorCheckField function for H(div) basis
|
| #
4d5194fa
|
| 08-Jul-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
moved CeedBasisGetNumQuadratureComponents to line 72
|
| #
a0c16c2c
|
| 08-Jul-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
ceed-operator.c: Update CeedOperatorCheckField function for H(div)
|
| #
7f10d1d2
|
| 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1019 from CEED/jeremy/check-none
Early check that CEED_BASIS_COLLOCATED only has CEED_EVAL_NONE
|
| #
41bdf1c9
|
| 07-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - early check that CEED_BASIS_COLLOCATEDonly has CEED_EVAL_NONE
|
| #
cb03979f
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT
|
| #
990fdeb6
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT
|
| #
791c445d
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #988 from CEED/jeremy/assembly-fix
Test for assembly w/non-square D
|
| #
ed9e99e6
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clean up LinearAssemble implementation
|
| #
5ba4e83e
|
| 04-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids
Merge branch 'main' into jed/fluids-jacobian
* main: (24 commits) op - more data in view examples/fluids: Test for strong STG examples/fluids: Add strong STG to documentation examples/fluids: Add option for BC from ICs examples/fluids: Correct for non-origin domains examples/fluids: Implement Strong STG BC examples/fluids: Minor stg improvements/style examples/fluids: Add Strong STG functions examples/fluids: Fix memory leak in STG GPU assembly: fix potential basis loading offset error tests - more complex source include testing pc - fix qf fallback cloning restr - relax comp_stride check for num_comp == 1 make style pc - avoid direct access of basis data in multigrid creation ceed - refactor fallback Ceed creation into separate fn minor - homogonize int vs CeedInt basis - add input checks restr - add input checks on element restrictions examples/fluids: Update STG test for new mesh feats ...
show more ...
|
| #
cd398178
|
| 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #978 from CEED/jeremy/minor-operator-output-improvement
op - more data in view
|
| #
f5ebfb90
|
| 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - more data in view
|
| #
fe329bd8
|
| 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #970 from CEED/jeremy/interface-audit
Audit object encapsulation
|