History log of /petsc/src/dm/impls/patch/patchcreate.c (Results 126 – 150 of 153)
Revision Date Author Comments
# c0dedaea 03-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

removed use of VecSetFromOptions() all over the placed, instead use MatGetVecs() or use dm->vectype to determine type
added DMGetVecType() and DMGetMatTYpe()


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

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


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# f1516835 24-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/dmgetlocaltoglobalmapping'

* jed/dmgetlocaltoglobalmapping:
DMGetLocalToGlobalMapping_*: normalize names from DMCreateLocalToGlobalMapping_*


# 184d77ed 20-Mar-2013 Jed Brown <jed@59A2.org>

DMGetLocalToGlobalMapping_*: normalize names from DMCreateLocalToGlobalMapping_*


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 296840b1 06-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users w

Merge branch 'master' of gitifyhg::ssh://hg@bitbucket.org/BarryFSmith/petsc-dev-simp

Symbol visibility and namespacing.

C++ builds always set extern "C" and can be called from plain C. Most
users will only want --with-clanguage=C++ for std::complex.


Hg-commit: f848d02318cae92d7b32037c7ee88f92dbe46347

show more ...


# 8cc058d9 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN

Hg-commit: 8d2ebbb193fb583bccc64015e35640c4e08c3426


# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# f7a08781 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

began removing unneeded EXTERN_C_BEGIN/END and converting needed ones to PETSC_EXTERN_C

Hg-commit: e0c157606a3283d5a4ba8902a0da5cad0e2aa531


# 34541f0d 16-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

come on guys, you cannot not use the dm in these names

Hg-commit: f08a6c3836185c079437e00e68391c6dc56eb899


# 0298fd71 08-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 05

removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for Fortran
Fixed a few bugs where PETSC_NULL had been used incorrectly.

Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4

show more ...


# b04a062a 05-Feb-2013 Shri Abhyankar <abhyshr@mcs.anl.gov>

commit after merge.

Hg-commit: e15fd985275e9e6c40407ae90b2d69ed97fbf48d


# 299eca30 05-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b5179cc7865f723cd5e23a2244f6bcbc7b905437


# 978fe322 04-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Removed remaining spaces in cast to pointer-type.

Hg-commit: dccb79187adf08b4501155bd6550e95ac2ab554c


# 31d8eec5 01-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1fa981254c79c783277e37654668dfe698cddf41


# 8865f1ea 01-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/dm/*. No re-uncrustification of un-uncrustified plex.c.

Hg-commit: 0eadce41498eb88aa85fb46f989ad9d09bfd9c3e


# 0f786ef2 14-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: cde4dc0ef49e3b1506bf42fb7c8c2290f655907b


# bb71ef15 14-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPatch: More working tests
- Now I can have parallel patches on subcommunicators

Hg-commit: d12900c9866f6e7fa48e4b44d809848d462c4316


# 6fbb21ed 05-Jan-2013 Jed Brown <jed@59A2.org>

Add interface declarations and close some DMPatch memory leaks

Hg-commit: fbf4c0a4aa604d3722dd159f068a48928cb72a71


# 392fa6c6 05-Jan-2013 Matthew G Knepley <knepley@gmail.com>

DMPatch: Patch example does something reasonable in serial
- Added patchSize to DMPatch

Hg-commit: 6cf390a82dee78521164132ce3c232ef7ca9e795


# 22d28d08 04-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

fixed rest of mising CHKERRQ() fixed a few unused but set variables

Hg-commit: 4acc0881334451e4d784ba0aa3b37fae2f983d1f


# 19fd82e9 03-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

changed #define char* XXXType to typedef const char* XXXType

Hg-commit: 2f1984a65b4f21a886ea1c854235ca6d51deefad


1234567