History log of /petsc/doc/ (Results 1851 – 1875 of 2360)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3e662e0b12-Feb-2022 Hong Zhang <hzhang@mcs.anl.gov>

update documentation and options database of MatProductSetAlgorithm()

d85802a612-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

696d896611-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-02-09/refresh-website/release' into 'release'

Minor refesh of some of the website introductory material and front page

See merge request petsc/petsc!4830

f363b0f809-Feb-2022 Barry Smith <bsmith@mcs.anl.gov>

Minor refesh of some of the website introductory material and front page

Commit-type: docs-only
/spend 20m

048412ef10-Feb-2022 Pablo Brubeck <brubeck@protonmail.com>

Mat: add a new MatOrderingType - MATORDERINGMETISND

ebe7a4fe10-Feb-2022 Patrick Sanan <patrick.sanan@gmail.com>

Metadocs: provide fallback text for links from the manual to pages outside manual

63c0108e10-Feb-2022 Patrick Sanan <patrick.sanan@gmail.com>

Docs: fix link syntax in manual

4dd2cfe510-Feb-2022 Patrick Sanan <patrick.sanan@gmail.com>

Docs: add alt text for link to section outside of manual PDF

30f5c8b010-Feb-2022 Patrick Sanan <patrick.sanan@gmail.com>

Docs: only show hint to open local HTML docs for "html" builder, not "dirhtml"

Using "dirhtml" locally requires one to run a local web server
(or click through extra links from directory indexes).

5f15299f09-Feb-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Enable DMGetFirstLabeledPoint() in public API

b945dc7008-Feb-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Delete a duplicated line dev.rst

0982efc407-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/change-VecGetArrayAndMemType-semantics' into 'main'

Let VecGetArrayAndMemType always return device pointer when possible

See merge request petsc/petsc!4308

b5f78e9123-Jan-2022 Junchao Zhang <jczhang@mcs.anl.gov>

Vec: add Vec{Get,Restore}ArrayWriteAndMemType()

19af2cd607-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/mat-coo-size_t' into 'main'

MatSetPreallocationCOO: use PetscCount for length argument

See merge request petsc/petsc!4789

82a78a4e01-Feb-2022 Jed Brown <jed@jedbrown.org>

MatSetPreallocationCOO: use PetscCount for length argument

This is necessary to support assembly even when the vector size and
number of nonzeros is well below 2B. For example, with a scalar problem

MatSetPreallocationCOO: use PetscCount for length argument

This is necessary to support assembly even when the vector size and
number of nonzeros is well below 2B. For example, with a scalar problem
on Q_1 hexes, you have 8*8=64 entries per element and thus hit 2B around
33M elements. This change allows such problems to be solved without
promoting to 64-bit indices everywhere (a storage and bandwidth cost).

PetscCount is a new signed type equivalent to ptrdiff_t, meant for array
indices and sizes that may overflow int32_t even when solving a problem
whose dimension fits in int32_t.

show more ...

82cdd3ca07-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/pchypre_use_tpl_spgemm' into 'main'

Add API for hypre flag to use third party SpGEMM

See merge request petsc/petsc!4781

db6f9c3207-Feb-2022 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

Add API for hypre flag to use third party SpGEMM

8f02990e07-Feb-2022 Satish Balay <balay@mcs.anl.gov>

doc: fix bad merge 25473075d0bc9d6750db369b1966d43fdc421b8a

2547307507-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

cc8974fd07-Feb-2022 Matthew Knepley <knepley@gmail.com>

Update doc/petsc.bib

3edda6a201-Feb-2022 Jed Brown <jed@jedbrown.org>

PetscSizeT: make type available in C for consistency with Fortran

e6cbab7d03-Feb-2022 Pierre Jolivet <pierre@joliv.et>

MatStructures: no space in enumeration

fabf9fcf03-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jwallwork23/uniform-opt' into 'main'

Metric optimizations: isotropic and uniform cases

See merge request petsc/petsc!4795

9352004101-Feb-2022 Joe Wallwork <j.wallwork16@imperial.ac.uk>

plex metric: isotropic and uniform optimizations

04cbd01b02-Feb-2022 Matthew Knepley <knepley@gmail.com>

Update doc/petsc.bib

1...<<71727374757677787980>>...95