History log of /petsc/src/dm/impls/plex/tests/ex62f90.F90 (Results 26 – 50 of 51)
Revision Date Author Comments
# 2e8d78fe 09-Aug-2022 Blaise Bourdin <bourdin@mcmaster.ca>

cleanup in plexnatural.c and linked examples

- make output of test26, ex26f90, and ex62f90 more terse
- Replace VecCreateLocalVector / VecDestroyLocalVector to get block size by VecGetLocalVectore /

cleanup in plexnatural.c and linked examples

- make output of test26, ex26f90, and ex62f90 more terse
- Replace VecCreateLocalVector / VecDestroyLocalVector to get block size by VecGetLocalVectore / VecRestoreLocalVector

show more ...


# e2739ba6 19-Jul-2022 Alexis Marboeuf <marboeua@mcmaster.ca>

Plex: fix ex15, ex26, ex26f90, ex62f90

Fix examples in src/dm/impls/plex/tests. ex15_1 is disabled.


# aab5e2ee 14-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/fix-plex-g2n' into 'main'

Fix Plex g2n map

See merge request petsc/petsc!4547


# 445019db 09-Mar-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: temporarily disable tests ex15, ex26, ex26f90, and ex62f90


# 540c0c32 02-Jun-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'

Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.

See mer

Merge branch 'barry/2022-05-24/add-petsccall-fortran-examples' into 'main'

Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.

See merge request petsc/petsc!5271

show more ...


# d8606c27 24-May-2022 Barry Smith <bsmith@mcs.anl.gov>

Add modern error checking to rest of Fortran examples

/spend 2.5h


# 71075aaf 20-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 57e3f0c7 20-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/codespell-fixes' into 'release'

A few codespell fixes

See merge request petsc/petsc!5259


# 6aad120c 19-May-2022 Jose E. Roman <jroman@dsic.upv.es>

A few codespell fixes


# b3667271 09-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# f475bb4c 08-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/release/restore-chkerrq-fortran' into 'release'

Restore use of CHKERRQ in *.F90 examples

See merge request petsc/petsc!5088


# ba213955 06-Apr-2022 Jose E. Roman <jroman@dsic.upv.es>

Restore use of CHKERRQ in *.F90 examples


# f882803c 26-Mar-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-02-23/variadic-chkerr' into 'main'

Variadic CHKERRQ()

See merge request petsc/petsc!4889


# 9566063d 25-Mar-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX

The great renaming:

- CHKERRQ() -> PetscCall()
- CHKERRV() -> PetscCallVoid()
- CHKERRMPI() -> PetscCallMPI()
- CHKERRABORT() -> PetscCallAbort()
- CHKERRCONTINUE() -> PetscCallContinue()
- CHKERRXX() -> PetscCallThrow()
- CHKERRCXX() -> PetscCallCXX()
- CHKERRCUDA() -> PetscCallCUDA()
- CHKERRCUBLAS() -> PetscCallCUBLAS()
- CHKERRCUSPARSE() -> PetscCallCUSPARSE()
- CHKERRCUSOLVER() -> PetscCallCUSOLVER()
- CHKERRCUFFT() -> PetscCallCUFFT()
- CHKERRCURAND() -> PetscCallCURAND()
- CHKERRHIP() -> PetscCallHIP()
- CHKERRHIPBLAS() -> PetscCallHIPBLAS()
- CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
- CHKERRQ_CEED() -> PetscCallCEED()
- CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
- CHKERRMKL() -> PetscCallMKL()
- CHKERRMMG() -> PetscCallMMG()
- CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
- CHKERRCGNS() -> PetscCallCGNS()
- CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
- CHKERRSTR() -> PetscCallSTR()
- CHKERRTC() -> PetscCallTC()

show more ...


# c244c1eb 15-Feb-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-plex-distribute-default' into 'main'

Plex: Change default to automatic distribution

See merge request petsc/petsc!4843


# e600fa54 14-Feb-2022 Matthew G. Knepley <knepley@gmail.com>

Plex: Change default to automatic distribution - Add DMPlexDistributeGet/SetDefault() to change this - Add DMPlexCopy_Internal() to keep state in Plex object consistent


# 1213a643 31-Dec-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-dmplex-name-handling' into 'main'

DMPlex: improve handling of object name within I/O

See merge request petsc/petsc!4689


# ed5e4e85 09-Dec-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

DMPlexCreateFromFile: set object name if it is non-empty;

* allow for names set by loader (e.g. exodus)
* ex55: meshname set only from option
* DMPlexCreateFromOptions_Internal: better handling of -

DMPlexCreateFromFile: set object name if it is non-empty;

* allow for names set by loader (e.g. exodus)
* ex55: meshname set only from option
* DMPlexCreateFromOptions_Internal: better handling of -dm_plex_filename

show more ...


# be7a8307 18-Nov-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'ksagiyam/dmplex_path_change' into 'main'

Ksagiyam/dmplex path change

Closes #956 and #896

See merge request petsc/petsc!4441


# cd7e8a5e 03-Aug-2021 ksagiyam <k.sagiyama@imperial.ac.uk>

plex: DMPlex needs to be named before calling DM{View, Load}()

DMPlexCreateFromFile() takes mesh name as argument


# c1bf08c5 06-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/spelling-errors' into 'main'

Fix many spelling errors in manpages and comments

See merge request petsc/petsc!4283


# a5b23f4a 03-Sep-2021 Jose E. Roman <jroman@dsic.upv.es>

Fix spelling errors in manpages and comments


# a8cf78f8 24-May-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2021-05-16/fix-double-lines' into 'main'

Fix typos in source

See merge request petsc/petsc!3984


# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# e3e09d54 08-Apr-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/exodus-viewer' into 'main'

exodusii: viewer updates

See merge request petsc/petsc!3836


123