History log of /petsc/src/dm/impls/plex/tests/ex26f90.F90 (Results 26 – 50 of 61)
Revision Date Author Comments
# c72397d7 25-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-05-14/add-fortran-petsccheck' into 'main'

Add PetscCheck() and PetscCheckA() for Fortran

See merge request petsc/petsc!6464


# dcb3e689 14-May-2023 Barry Smith <bsmith@mcs.anl.gov>

Add PetscCheck() and PetscCheckA() for Fortran

Also fix incorrect use of " in Fortran examples that should be '


# a207d08e 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# ed31fb71 30-Oct-2022 Satish Balay <balay@mcs.anl.gov>

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

A few more codespell fixes

See merge request petsc/petsc!5786


# d5b43468 29-Oct-2022 Jose E. Roman <jroman@dsic.upv.es>

A few more codespell fixes


# 094c2937 17-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/PetscLayoutFindOwner_FortranInterface' into 'main'

Fix fortran interface for [PetscLayoutFindOwner/PetscLayoutFindOwnerIndex]

See merge request petsc/petsc!5533


# 8f2079fe 17-Aug-2022 Blaise Bourdin <bourdin@mcmaster.ca>

Silenced a warning when compiling dm/impl/plex/tests/ex26f90 with -Werror=maybe-uninitialized


# 3f74a92b 16-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/fix-DMPlexGetCellType' into 'main'

clean up petsc-bfort.txt to map to include/petsc/finclude [and add DMPolytopeType]

Closes #1227

See merge request petsc/petsc!5496


# de401611 04-Aug-2022 Blaise Bourdin <bourdin@mcmaster.ca>

Plex test issues: Call SETERRA instead of SETERRQ in ex26f90


# 340b78e3 09-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'marboeuf/plex-naturalpointsf' into 'main'

Plex: create the natural point SF

See merge request petsc/petsc!5502


# 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


123