History log of /petsc/doc/ (Results 1776 – 1800 of 2360)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
24db69c306-Mar-2022 Jose E. Roman <jroman@dsic.upv.es>

Users manual: miscellaneous fixes in the KSP section

7e1f7c6e05-Mar-2022 Pierre Jolivet <pierre@joliv.et>

PETSc requires MPI_REPLACE, thus MPI 2.1

324a231906-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'danfinn/ts-and-sp-monitor-changes' into 'main'

Add DrawSP function to colorize points

See merge request petsc/petsc!4918

8c87cf4d06-Mar-2022 danfinn <dannyfinn10@gmail.com>

Add DrawSP function to colorize points; Add ts/tests/ex35 to test new SP function; Fix TS Swarm monitor

e8eeb4f004-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/feature-add-kokkos-doc' into 'main'

Add manuals for PETSc/Kokkos APIs and fully implement DMDAVecGetKokkosOffsetView()

See merge request petsc/petsc!4864

9f813ebd04-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/revise-log-view-msg' into 'main'

Add clear units to log_view output

See merge request petsc/petsc!4892

f986725a04-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'release'

494772aa04-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Increase patchlevel to 3.16.5

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

Doc: revise petsc/kokkos overview

60aa368e02-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-update-packages' into 'main'

configure: bump MPICH/SLEPc/hwloc

See merge request petsc/petsc!4903

5c6496ba02-Mar-2022 Hong Zhang <hzhang@mcs.anl.gov>

optimize TableAddSVtx()
cleanup GetEdgelist_Coupling()
update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()

add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/V

optimize TableAddSVtx()
cleanup GetEdgelist_Coupling()
update network->subnet[net].nvtx for ghoted subnetworks in DMNetworkLayoutSetUp()

add changes made by Barry in MR4883: DMNetworkGetGlobalEdge/VertexIndex() work before calling DMSetUp()
use local Nvtx = nvtx_max - nvtx_min + 1 as the size for table as suggested by Barry

show more ...

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

configure: reuse hwloc for OpenMPI

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

Merge branch 'knepley/feature-fe-wxy-again' into 'main'

FE on triangular prisms

See merge request petsc/petsc!4826


docs/changes/dev.rst
/petsc/include/petsc/private/dmfieldimpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdt.h
/petsc/include/petscfe.h
/petsc/src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
/petsc/src/dm/dt/dualspace/interface/dualspace.c
/petsc/src/dm/dt/fe/impls/basic/febasic.c
/petsc/src/dm/dt/fe/interface/fe.c
/petsc/src/dm/dt/fe/tests/ex2.c
/petsc/src/dm/dt/fe/tests/ex3.c
/petsc/src/dm/dt/fe/tests/output/ex2_0.out
/petsc/src/dm/dt/fe/tests/output/ex2_1.out
/petsc/src/dm/dt/fe/tests/output/ex2_2.out
/petsc/src/dm/dt/fe/tests/output/ex3_p1_0.out
/petsc/src/dm/dt/fe/tests/output/ex3_p1_1.out
/petsc/src/dm/dt/fe/tests/output/ex3_wxy_0.out
/petsc/src/dm/dt/fe/tests/output/ex3_wxy_1.out
/petsc/src/dm/dt/fe/tests/output/ex3_wxy_2.out
/petsc/src/dm/dt/fe/tests/output/ex3_wxy_3.out
/petsc/src/dm/dt/fv/interface/fv.c
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/space/impls/makefile
/petsc/src/dm/dt/space/impls/wxy/makefile
/petsc/src/dm/dt/space/impls/wxy/spacewxy.c
/petsc/src/dm/field/impls/ds/dmfieldds.c
/petsc/src/dm/field/impls/shell/dmfieldshell.c
/petsc/src/dm/field/tutorials/output/ex1_shell.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexmetric.c
/petsc/src/dm/impls/plex/tests/ex3.c
/petsc/src/dm/impls/plex/tests/output/ex3_wxy_0.out
/petsc/src/dm/impls/swarm/swarmpic_plex.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/interface/dmregall.c
195dc7a628-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'

2df84da004-Dec-2021 Matthew G. Knepley <knepley@gmail.com>

DM+FE+DT: Added correct geometry and quadrature for triangular prism
- Added affine geometry for triangular prism
- Added PetscDTTensorQuadratureCreate()
- Added PetscFECreateByCell()
- Added PetscFE

DM+FE+DT: Added correct geometry and quadrature for triangular prism
- Added affine geometry for triangular prism
- Added PetscDTTensorQuadratureCreate()
- Added PetscFECreateByCell()
- Added PetscFECreateLagrangeByCell()
- Added DMCreateFEDefault()
- Now DMField uses PetscFECreateLagrange()
- Refactored FE creation
- If the degree is prescribed on a prism, do not create a tensor space
- Use new interface in DMField_DS
- Fix default creation when number of components is changed by command line

show more ...

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

In-person tutorials list: add CIG 2022 Developer's Workshop

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

Merge branch 'jed/plex-schwarz-p' into 'main'

DMPlexCreateTPSMesh: triply-periodic surface meshing

See merge request petsc/petsc!2709

b7f5c05511-Apr-2020 Jed Brown <jed@jedbrown.org>

DMPlexCreateTPSMesh: triply-periodic surface meshing

Mesh the surface of the Schwarz P surface with an arbitrary number of
refinements. Thanks to Nikita Simonian and Matthias Messner for
bringing t

DMPlexCreateTPSMesh: triply-periodic surface meshing

Mesh the surface of the Schwarz P surface with an arbitrary number of
refinements. Thanks to Nikita Simonian and Matthias Messner for
bringing these surfaces to my attention and for meshing discussion.

This commit squashes a line of development started in April 2020, with
some merges and conflict resolution with bug fixes and features needed
from upstream.

Add DMPlexCreateGyroidMesh(): will be folded into DMPlexCreateTPSMesh()

https://en.wikipedia.org/wiki/Gyroid

DMPlexCreateTPSMesh: add Face Sets and better output checking

DMPlexCreateTPSMesh: add edge sets for gyroid

DMPlexCreateTPSMesh: fix precision issues

DMPlexCreateTPSMesh: support extrusion to 3D mesh (broken because Face Sets are missing)

DMSetCoordinatesLocal: allow NULL to clear any prior coordinates

DMPlex: add -dm_plex_shape [schwarz_p|gyroid]

Skip distribution before extrusion due to parallel bug #1114.

Co-authored-by: Toby Isaac <tisaac@cc.gatech.edu>

show more ...

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

Docs: minor cleanup for mailing list page

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

added setting KSPCR for eigen estimates in GAMG for symmetric and hermetian matrices


docs/changes/dev.rst
/petsc/include/petscpc.h
/petsc/src/ksp/ksp/tutorials/output/ex54_1.out
/petsc/src/ksp/ksp/tutorials/output/ex54_classical.out
/petsc/src/ksp/ksp/tutorials/output/ex54_seqaijmkl.out
/petsc/src/ksp/ksp/tutorials/output/ex54f_1.out
/petsc/src/ksp/ksp/tutorials/output/ex54f_1_alt.out
/petsc/src/ksp/ksp/tutorials/output/ex54f_1_alt_3.out
/petsc/src/ksp/ksp/tutorials/output/ex55_0.out
/petsc/src/ksp/ksp/tutorials/output/ex55_0_alt.out
/petsc/src/ksp/ksp/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/tutorials/output/ex55_classical.out
/petsc/src/ksp/ksp/tutorials/output/ex56_1.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs-2.out
/petsc/src/ksp/ksp/tutorials/output/ex56_latebs.out
/petsc/src/ksp/ksp/tutorials/output/ex56_nns_telescope.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_both_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_deluxe_layers_adapt_cuda_approx_matis_localmat_type-seqaij.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_deluxe_layers_adapt_cuda_approx_matis_localmat_type-seqaijcusparse.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_dir_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex71_bddc_elast_neu_approx.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_cuda_nsize-1.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_cuda_nsize-2.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_kokkos_nsize-1.out
/petsc/src/ksp/ksp/tutorials/output/ex7_gamg_kokkos_nsize-2.out
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/gamg.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/snes/tests/output/ex13_comparison.out
/petsc/src/snes/tutorials/ex62.c
/petsc/src/snes/tutorials/output/ex12_39.out
/petsc/src/snes/tutorials/output/ex19_cuda_1.out
/petsc/src/snes/tutorials/output/ex19_cuda_1_alt.out
/petsc/src/snes/tutorials/output/ex19_cuda_1_alt_2.out
/petsc/src/snes/tutorials/output/ex19_cuda_2.out
/petsc/src/snes/tutorials/output/ex56_attach_mat_nearnullspace-0_bddc_approx_gamg.out
/petsc/src/snes/tutorials/output/ex56_attach_mat_nearnullspace-1_bddc_approx_gamg.out
/petsc/src/tao/tutorials/output/ex3_guess_pod.out
5f7df01023-Feb-2022 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

switch default GAMG smoothing to PCJACOBI

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

added grid complexity to GAMG view

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

Merge branch 'adams/feature-pcbatch2' into 'main'

start of batch solver in bjacobi

See merge request petsc/petsc!4782


/petsc/config/BuildSystem/config/packages/hpddm.py
/petsc/config/BuildSystem/config/packages/kokkos.py
/petsc/config/BuildSystem/config/packages/mmg.py
/petsc/config/BuildSystem/config/packages/parmmg.py
/petsc/config/BuildSystem/config/packages/scalapack.py
docs/changes/dev.rst
/petsc/include/petscaijdevice.h
/petsc/include/petscpctypes.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/rules
/petsc/src/binding/petsc4py/src/libpetsc4py/custom.h
/petsc/src/dm/impls/plex/plexmetric.c
/petsc/src/ksp/ksp/tutorials/ex76.c
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/bjkokkos.kokkos.cxx
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/makefile
/petsc/src/ksp/pc/impls/bjacobi/makefile
/petsc/src/ksp/pc/interface/pcregis.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/impls/sell/mpi/mpisell.c
/petsc/src/mat/tests/ex115.c
/petsc/src/mat/tutorials/ex18.c
/petsc/src/snes/interface/snes.c
/petsc/src/snes/tutorials/ex10d/ex10.c
/petsc/src/ts/interface/tshistory.c
/petsc/src/ts/tutorials/ex11.c
/petsc/src/ts/utils/dmplexlandau/cuda/landaucu.cu
/petsc/src/ts/utils/dmplexlandau/kokkos/landau.kokkos.cxx
/petsc/src/ts/utils/dmplexlandau/land_tensors.h
/petsc/src/ts/utils/dmplexlandau/plexland.c
/petsc/src/ts/utils/dmplexlandau/tutorials/ex2.c
/petsc/src/ts/utils/dmplexlandau/tutorials/output/ex2_0.out
/petsc/src/vec/is/ao/tests/ex3d/ex3.cxx
/petsc/src/vec/vec/impls/mpi/kokkos/mpikok.kokkos.cxx
/petsc/src/vec/vec/impls/seq/kokkos/veckok.kokkos.cxx
e607c86415-Feb-2022 Mark Adams <524115-markadams4@users.noreply.gitlab.com>

batch solver in bjacobi allow batched solver w/o field major ordering, fixed up timers in Landau

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

Sys: add clear units to log_view output

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