Searched refs:news (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/miscellaneous/ |
| H A D | funding.md | 25 - The DOE 2000 [ACTS Toolkit](https://www.nersc.gov/news-publications/nersc-news/nersc-center-news/…
|
| H A D | prizes.md | 10 <https://science.energy.gov/news/doe-science-at-40>
|
| /petsc/doc/ |
| H A D | index.md | 17 … February 11, 2026, as part of the [CASS BoF Days](https://cass.community/news/2026-02-10-cass-bof… 22 [SIAM News article](https://www.siam.org/publications/siam-news/articles/opencarp-personalized-comp…
|
| H A D | petsc.bib | 18890 note = {\url{http://www.siam.org/pdf/news/1912.pdf}}, 23314 howpublished = {\url{https://science.energy.gov/news/doe-science-at-40}}, 39832 …url = {https://news.microsoft.com/source/features/innovation/microfluidics-liquid-coolin…
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1615 PetscInt nv = 0, news; in PCBDDCSubSchursSetUp() local 1618 news = size_active_schur + nv; in PCBDDCSubSchursSetUp() 1619 PetscCall(PetscCalloc1(news * news, &tdata)); in PCBDDCSubSchursSetUp() 1621 …PetscCall(PetscArraycpy(tdata + i * (news + 1), data + i * (size_schur + 1), size_active_schur - i… in PCBDDCSubSchursSetUp() 1622 …PetscCall(PetscArraycpy(tdata + i * (news + 1) + size_active_schur - i, data + i * size_schur + si… in PCBDDCSubSchursSetUp() 1626 … PetscCall(PetscArraycpy(tdata + k * (news + 1), data + (k + nd) * (size_schur + 1), nv - i)); in PCBDDCSubSchursSetUp() 1629 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, news, news, tdata, &M)); in PCBDDCSubSchursSetUp() 1636 … PetscCall(PetscArraycpy(schur_factor + cum, tdata + i * (news + 1), size_active_schur - i)); in PCBDDCSubSchursSetUp() 1647 …ve_schur; i++) PetscCall(PetscArraycpy(data + i * size_schur, tdata + i * news, size_active_schur)… in PCBDDCSubSchursSetUp()
|