| /libCEED/backends/hip-gen/ |
| H A D | ceed-hip-gen-operator.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref.h | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| H A D | ceed-ref.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| H A D | ceed-ref-operator.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| /libCEED/interface/ |
| H A D | ceed-vector.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| H A D | ceed-preconditioning.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| H A D | ceed-operator.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| /libCEED/backends/cuda-gen/ |
| H A D | ceed-cuda-gen-operator.c | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|
| /libCEED/include/ceed/ |
| H A D | backend.h | eaf62fff1deb4c7d4a34a324240d6e3aac43fc8b Mon Aug 02 14:14:51 UTC 2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> Refactor Preconditioning Ingredients (#795)
* op - split preconditioning into separate file
* pc - move FDM to interface level
* pc - initial move of diagonal assembly to interface
* interface - only return error code or error
* doc - improve preconditioning helper function documentation
* pc - use qdata layout for interface diagonal assembly
* pc - update for consistency in naming, use of CeedChk, and static
* doc - spelling
* style - minor
* doc - add doc for CeedBuildMassLaplace
* doc - update release notes
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jed Brown <jed@jedbrown.org>
|