History log of /petsc/include/petscsys.h (Results 751 – 775 of 1729)
Revision Date Author Comments
# 6f36e71f 24-May-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/use-PetscInt64'


# bef83e63 23-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcprivate.c
src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c


# bafee8b4 21-May-2016 Satish Balay <balay@mcs.anl.gov>

sys: Petsc64bitInt -> PetscInt64 [and be consistant with MPIU_INT64]
PetscIntMult64bit() -> PetscInt64Mult()
PetscBagRegister64bitInt() -> PetscBagRegisterInt64()


# bb21a089 21-May-2016 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# ac443a23 21-May-2016 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/sync-64bit-mpitype' into maint


# bd84f1cf 20-May-2016 Satish Balay <balay@mcs.anl.gov>

sys: make sure the MPI_Datatype used corresponds to the PETSc datatype used.
[wrt MPI_INT64_T vs MPI_LONG_LONG_INT]

Fixes clang compile warnings with arch-linux-cxx-cmplx-pkgs-64idx


# 7caaeba4 19-May-2016 barral <none@none.fr>

Merge branch 'master' into barral/feature-dmplex-adapt


# 3546dc83 17-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jose/maint/tabs-print-class' into maint


# de18c742 16-May-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscCon

Merge branch 'master' into knepley/feature-parallel-mesh-load

* master: (59 commits)
Increase patchlevel to 3.7.1
Fix manual page for MatGetTransposeNullSpace()
remove unneeded use of PetscContainer to hold iscoloring in SNESComputeNGSDefaultSecant()
added SNESView for ngs, added options database to ngs manual page, removed dead routine
gcov: enable in mpiuni test
incorrect capitalization of an even name
force same number of iterations for output of ml example
changed output for ml example to not be machine dependent
DMP4est: access data after setup
SNESLineSearch_Apply was labeled with PETSC_EXTERN in one place but when declared this was not visible hence library build failed under Microsoft.
Example had print statements of complex numbers
Fix more errors in agmres for 64 bit integers
builds: fix nampespase conflict with 'analyzer-buid' and checkBuilds.py
gcov: add more packages to test
add a couple of KSP that were not represented in testing
gcov: enable more externalpackages for this test
fixes for agmres for 64 bit indices, fix for findvisibleprivatefunctions to be portable for Mac and Linux
get GAMG to get null space (more)
fix c++ compile errors
Add test example for kacmarz preconditioner since gcov indicated there was NONE
...

show more ...


# 18790e9c 14-May-2016 Mark Adams <cal2princeton@yahoo.com>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-nullspacefix


# 65002f03 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/make-functions-static'


# ecacfc1d 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 10e79caf 14-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-duplicate-help' into maint


# 367daffb 11-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Updated script for detecting visible symbols

Removed unneeded visibility of some symbols
Fixed some namespacing
Removed the use of unneeded implementation includes in the TAO code


# 0eb63584 07-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Do not use string comparison test for options printed if it is already turned off

Added a couple utility routines that I thought might be useful but are also dangerous;
let's face it we really don't

Do not use string comparison test for options printed if it is already turned off

Added a couple utility routines that I thought might be useful but are also dangerous;
let's face it we really don't have a good handle on subsets of processes doing different things even 20 years later

show more ...


# 9de0f6ec 07-May-2016 Barry Smith <bsmith@mcs.anl.gov>

Finally have clean runs using khash to avoid duplicating many options help messages

Removed unneeded memory usage, make copies even of name without pre
Organized the code into functions
Also use it

Finally have clean runs using khash to avoid duplicating many options help messages

Removed unneeded memory usage, make copies even of name without pre
Organized the code into functions
Also use it to remove duplicate help messages with PetscOptionsBegin()

Thanks-to: Jed Brown <jedbrown@mcs.anl.gov>

show more ...


# 35d70571 04-May-2016 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

Conflicts:
src/ksp/pc/impls/bddc/bddc.c
src/ksp/pc/impls/bddc/bddcgraph.c
src/ksp/pc/impls/bddc/bddcprivate.c


# 52774845 06-Apr-2016 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make

Merge branch 'tisaac/sf-fix-multi-sf-leaves' into tisaac/dmp4est-feature-injection

* tisaac/sf-fix-multi-sf-leaves: (174 commits)
PetscSF: fix PetscSFGetMultiSF() for sparse leaves
PetscSF: make regression test that fails
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
Communicator passed to VecCreateSeq should be PETSC_COMM_SELF
PCMG man page: fix typo in options name
Bib: Added refs
DMLabel: Removed unused variable
Metis tries to use backtrace which requires -lexecinfo on some systems such as freebsd Remove -lexecinfo from freebsd configure files since it is only needed by metis
add alternative output that occurs on some systems due to use of random number generator in partitioner
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
need to show diffs of ex22 if it fails
Support two different output for test example, since due to roundoff this example can produce slightly different convergence history
...

show more ...


# 171b80e0 06-Apr-2016 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into sanderarens/fix-plex-neumann-bc

* master: (28 commits)
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release

Merge branch 'master' into sanderarens/fix-plex-neumann-bc

* master: (28 commits)
few more clang static analyzer fixes
many issues detected by clang static analyzer
Update hypre to its release version
Updates for xSDKTrilinos builds
Added --download-xsdktrilinos
DMLabel: Removed unused variable
Plex: When creating cohesive submeshes, fix memory leak
Plex ex11: Updated output for new distribution algorithm
Plex: When explicitly distributing the depth label, we must recreate empty strata
Plex: When partitioning, the cell numbering should include hybrid points
Plex: Allow cell and vertex numberings to include hybrid points
Plex ex1: Fixed output for empty strata
DMLabel: Added DMLabelHasStratum()
Minor changes and fix to bugs introduced in 82f73ecaa
Modified makefile to fix aijcusparse tests
Add missing code for the case PETSC_HAVE_VECCUDA
Fix bugs introduced in 82f73ecaa
Use VECCUDA with MATAIJCUSPARSE
CUDA: Fixed visibility and disabled Fortran bindings for VecScatters on GPU.
Replace kernels with thrust
...

show more ...


# cc442fca 05-Apr-2016 Karl Rupp <rupp@iue.tuwien.ac.at>

Merge branch 'pr421/alex/feature-veccuda'

* pr421/alex/feature-veccuda
The rationale of this pull request is to have GPU-enabled vectors purely based on CUDA,
and with the possibility of placing a u

Merge branch 'pr421/alex/feature-veccuda'

* pr421/alex/feature-veccuda
The rationale of this pull request is to have GPU-enabled vectors purely based on CUDA,
and with the possibility of placing a user-provided array on the GPU side.

Conflicts:
src/vec/vec/impls/seq/seqcusp/cuspvecimpl.h
src/vec/vec/impls/seq/seqviennacl/viennaclvecimpl.h

show more ...


# 386e1158 02-Apr-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of https://bitbucket.org/petsc/petsc


# 1cc8e1c4 30-Mar-2016 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 01d0a053 28-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

Merge branch 'dalcinl/fix-gcc-warnings'


# 2d4442eb 28-Mar-2016 Lisandro Dalcin <dalcinl@gmail.com>

Add explicit cast to fix GCC -Wconversion warning in petscsys.h


# 99a4b90d 23-Mar-2016 Dave May <dave.mayhem23@gmail.com>

PetscTypes:
* Added typedefs for char, short, float


1...<<31323334353637383940>>...70