History log of /petsc/src/vec/is/sf/interface/ftn-custom/zsf.c (Results 26 – 50 of 77)
Revision Date Author Comments
# 4e278199 16-May-2021 Barry Smith <bsmith@mcs.anl.gov>

Remove all double blank lines from source

Commit-type: petsc-style
/2h


# 8b44b570 30-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-fortran-object-reinit' into 'main'

Fortran: re-init destroyed petsc objects so that they are different from null objects

See merge request petsc/petsc!3786


# 1fb7b255 29-Mar-2021 Junchao Zhang <jczhang@mcs.anl.gov>

Fortran: re-init destroyed petsc objects so that they are different from null objects

Reported-by: Jose E. Roman <jroman@dsic.upv.es>


# 7ab9467e 02-Mar-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/sf-change-api' into 'main'

Change some SF APIs mentioned in the ECP paper

See merge request petsc/petsc!3659


# ad227fea 27-Feb-2021 Junchao Zhang <jczhang@mcs.anl.gov>

SF: add an MPI_Op argument to SFBcast


# f6b722a5 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# dcaaaede 22-Feb-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'bourdin/fixviewersfortran' into 'release'

petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX

See merge request petsc/petsc!3632


# b14c0cba 18-Feb-2021 Blaise Bourdin <bourdin@lsu.edu>

petscviewer: fix the fortran bindings of XXXViewFromOptions when called with obj=PETSC_NULL_XXX


# 3685966c 12-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# e1c35ad8 10-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/fix-fortran-stub-errcode' into 'release'

Fix PetscErrorCode typos in Fortran stubs

See merge request petsc/petsc!3405


# 61bf59e3 09-Nov-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Fix PetscErrorCode typos in Fortran stubs


# ae3c9708 13-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 7aa4dbe3 13-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-xl-runs/maint' into 'maint'

xlf fixes

See merge request petsc/petsc!2595


# 6f7e44de 11-Mar-2020 Satish Balay <balay@mcs.anl.gov>

xlf fixes
- add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf
- update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90]

xlf fixes
- add HAVE_F90_ASSUMED_TYPE_NOT_PTR for xlf
- update PetscSFBcastBegin()/PetscSFBcastEnd() fortran interface to use F90_ASSUMED_TYPE_NOT_PTR [ref: src/vec/is/sf/examples/tutorials/ex1f.F90]
- fix write format diffs
- fix F2003 requirement

show more ...


# f507b629 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/remove-stdcall' into 'master'

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...

See merge request petsc/petsc!2546


# 19caf8f3 21-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported


# d0eddb9b 07-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'mark/fix-viewfromoptions' into 'master'

prototype for ViewFromOptions macro-->functions

See merge request petsc/petsc!2083


# fe2efc57 07-Nov-2019 Mark <cal2princeton@yahoo.com>

prototype for ViewFromOptions macro-->functions


# 59e7829c 07-Aug-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-parallel-submesh

* master: (2931 commits)
remove N in docs for SNESQN
replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON
fortran: PetscComp

Merge branch 'master' into knepley/feature-plex-parallel-submesh

* master: (2931 commits)
remove N in docs for SNESQN
replaced test tolerance with PETSC_SQRT_MACHINE_EPSILON
fortran: PetscComplex type is missing from fortran
initialize variables so that static analyzer doesn't mistakenly think they are used uninitialized.
Move access of prefix until it is actually used
Remove DMDASplitComm2d(), used in one example that was not tested
Functions that do not return PetscErrorCode should not use PetscFunctionBegin/End paradgm
remove unneeded reassignment of same value
Missing CHKERRQ(); Mostly in Tao code
Remove clang static analyser warning about passing NULL variable to strncat()
missing newline in -ts_monitor_extreme
minor fixes for integer counters
Configure: Deal with '__func__' in C89 builds with newer Clang and GCC.
Jenkinsfile: Increased timeout for tests to 5 minutes.
3.9 changes: further clarify removal of -pc_factor_mat_solver_package
Options deprecations: add "PETSc" to inline warning
removing unused variable
MatShift support added to MATSUBMAT. Mimics MATSHELL functionality. Needed for matrix-free Hessians in TAO Newton-Line-Search methods.
Add -ts_monitor_extreme
Dev manual: add note on deprecating options database keys
...

Conflicts:
src/dm/impls/plex/examples/tests/ex4.c

show more ...


# 2f07c833 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead

Merge branch 'master' into knepley/feature-snes-ex13-spectral

* master: (2350 commits)
migrate warning fix from next-tmp
Revert "Remove dead code."
clarifying comment in the code
Remove dead code.
Add JuMP citation
Copyedits and updates to developers manual
Add more protection to intrinsics
MPI: protect arguments in MPI macros
Add the missing conditionals for 64-bit build
Plex+VTK: Fix field type determination
Fix bug in name cleanup
Bib: Added ref
Plex+VTK: Fix field type determination
Plex: Updated test output - I am now hating this shit
forgot to save file after moving prototypes to petscsys.h
update Apple example project settings per Xcode
Two functions should actually be public, used, for example from Apple MacOS and iOS programs
includes should always be included relative to include directory
Apple removed old locations of docsets
SNES ex12: Updated test output
...

Conflicts:
src/snes/examples/tutorials/ex13.c

show more ...


# 7cd3fc30 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/tao-to-new-test-harness' into barry/all-new-test-harness-branches


# 64aa12e4 08-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if m

Merge branch 'master' into knepley/feature-plex-adjoint-prelim

* master: (251 commits)
yaml: add a backup download URL
Fix documentation of MatSetRandom function
Ignore -malloc-hbw option if malloc is already set
Plex: Fixed array initialization
pgi: compile fix
knl: update test to use memkind and remove option that worked arround a bug with intel 17
Check the return value for memkind_posix_memalign
Change the default behavour for -malloc_hbw
Bib: More refs
test: remove runex13f90 as its now converted to new test suite
fix win32 crash. This test was previously run with '-n 4' - so restoring it
Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes
bugfix for MatDuplicate_MPIAIJ_PtAP Reported-by: Samuel Lanthaler <s.lanthaler@gmail.com>
strip out dead sundials usage code; change sundials test to only run 5 timesteps to prevent different number of steps on different systems.
Remove extra lines of output file
Example uses C99 constructs so must mark with requires: c99
fix const missmatch for DMDAVecRestoreArrayRead()
remove conflict between function name in example and new PETSc TS function
builds: attempt to do maint/master/next test builds in separate clones
ex62: it turned out that CHACO partioning is not deterministic. Use a prescribed partition instead
...

Conflicts:
src/dm/interface/dm.c
src/snes/examples/tutorials/ex13.c

show more ...


# 2b8fb200 07-Dec-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/fortran-PetscSFBcastBegin'


# 8e383715 07-Dec-2017 Satish Balay <balay@mcs.anl.gov>

pgi: compile fix


# 7f139299 06-Dec-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix petscsfgetgraph_ to work for all Fortran compilers by directly using array of PetscSFNodes

Commit-type: bug-fix, portability-fix, testing-fix
Reported-by: nightly tests


1234