History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 1151 – 1175 of 1183)
Revision Date Author Comments
# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# eeadb21a 07-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/sftypes'

* jed/sftypes:
PetscSF: split petscsftypes.h out of petscsf.h


# 0c312b8e 07-Apr-2013 Jed Brown <jed@59A2.org>

PetscSF: split petscsftypes.h out of petscsf.h

Callers of PetscSF functions must now explicitly include petscsf.h.


# 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


# 8818961a 11-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Doc fix

Hg-commit: 3044b89247c858c9832f4680c76831a5cccaa41d


# 764670c7 09-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22b02cb090aac02c6dc216e44019c448d4ec4cfa


# 6f8cbbee 09-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Fixed coordinate creation in DMPlexCreateFromDAG()

Hg-commit: bbe08e6fbdfac78e7667c4754ca95dbd0557171b


# 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


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

merge, terrible manual process with many conflicts with Jed's PETSC_INTERNAL

Hg-commit: 84df07d03c6e55bd0f27bd5ee8c1738562bd529d


# 6b75479c 05-Mar-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Made regular Fotran binding for DMPlexCreateSection()
- Moved old one to DMPlexCreateSectionF90()

Hg-commit: 933f5a013023a1993488d01ae79d23f1e7138544


# 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


# 9298eaa6 28-Feb-2013 Matthew G Knepley <knepley@gmail.com>

DMPlex: Moved DMPlexCreateFromCellList() and added a manpage

Hg-commit: 098e21ba5124a663047ef176369d3aae2ae5615a


# 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


# 82f516cc 14-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

converted in a bunch more PetscObjectComm() that I missed before

Hg-commit: a2a4fef7cd143b546baa5d5374a47a4ad76dd2d6


# 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 ...


# 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


1...<<4142434445464748