History log of /petsc/src/dm/impls/plex/plexfem.c (Results 351 – 375 of 973)
Revision Date Author Comments
# 485ad865 01-Aug-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: Use new API to handle hybrid and FV ghost cells


# d62d36e4 27-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/feature-modified-gram-schmidt-orthogonalization' into 'master'

Feature: modified gram schmidt orthogonalization

See merge request petsc/petsc!2086


# 9019a6d7 26-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

now just normalizing everyone in one loop


# 606c1a1c 25-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

fixed renormalization of already normalized translation modes


# a0559f12 23-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

fixed dim optimizations but dmplexgetrigidbodies would fail if i=dim


# b77f2eee 23-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

vecmdot fix


# 3b2202bf 23-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

Modified gram schmidt method for dmplexcreaterigidbodies


# 5a0e29b9 09-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

working implementation of modified GS method, tested with ex3 noncomforming_tensor_2/3


# b50a2c0a 09-Sep-2019 Jacob Faibussowitsch <jacob.fai@gmail.com>

working implementation of modified GS method, tested with ex3 noncomforming_tensor_2/3


# 4dbcf49f 19-Sep-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-09-10/jed/gitlab-ci' into 'master'

Barry/2019 09 10/jed/gitlab ci

See merge request petsc/petsc!2042


# ff1e0c32 13-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Fix %D and (double) usage for PetscPrintf() and SETERRQ()

Commit-type: portability


# f80139e1 15-Aug-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]

* jed/deprecate-dmgetdefaultsection:
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but

Merge branch 'jed/deprecate-dmgetdefaultsection' [PR #1969]

* jed/deprecate-dmgetdefaultsection:
DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION
These functions were deprecated in v3.9, but no PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept back into the source code. Here we mark it deprecated and fix all existing uses in PETSc.

DMGetLocalSection/DMSetLocalSection: add explicit names for DMGetSection/DMSetSection
These names are for symmetry with DMGetLocalVector() versus DMGetGlobalVector().

DMGetSection: replace all internal usage with DMGetLocalSection
Same for DMSetSection -> DMSetLocalSection. We retain the interface for DMGetSection/DMSetSection without deprecation warnings (for now).

show more ...


# 92fd8e1e 14-Aug-2019 Jed Brown <jed@jedbrown.org>

DMGetSection: replace all internal usage with DMGetLocalSection

Same for DMSetSection -> DMSetLocalSection. We retain the interface
for DMGetSection/DMSetSection without deprecation warnings (for n

DMGetSection: replace all internal usage with DMGetLocalSection

Same for DMSetSection -> DMSetLocalSection. We retain the interface
for DMGetSection/DMSetSection without deprecation warnings (for now).

Suggested-by: Barry Smith <bsmith@mcs.anl.gov>

show more ...


# 6f0eb057 14-Aug-2019 Jed Brown <jed@jedbrown.org>

DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION

These functions were deprecated in v3.9, but no
PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept
back into the source code

DMGetDefaultSection et al: add PETSC_DEPRECATED_FUNCTION

These functions were deprecated in v3.9, but no
PETSC_DEPRECATED_FUNCTION was added at that time so many uses crept
back into the source code. Here we mark it deprecated and fix all
existing uses in PETSc.

show more ...


# 89583661 21-Jun-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/add-petscarrayxxx-ops' [PR #1771]


# 580bdb30 07-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*()

Add PetscArraycmp(), PetscArraycpy(), PetscArrayzero(), PetscArraymove(), update code to use new forms

Replace a couple multi-mallocs with a single malloc
Replace backwards loops in MatSetValues_*() with PetscArraymove()

Commit-type: style-fix, feature

show more ...


# 613bfe33 02-Jun-2019 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/update-collective-on (pull request #1744)

Update the use of Collective on in the manual pages to reflect the new style


# d083f849 01-Jun-2019 Barry Smith <bsmith@mcs.anl.gov>

Update the use of Collective on in the manual pages to reflect the new style

Commit-type: style-fix, documentation
Thanks-to: Patrick Sanan <patrick.sanan@gmail.com>


# d6a4658e 21-May-2019 Matthew Knepley <knepley@gmail.com>

Merged in knepley/feature-plex-pullback (pull request #1632)

Plex: Implemented pullback/pushforward

Approved-by: BarryFSmith <bsmith@mcs.anl.gov>


# 5065da2f 13-May-2019 Barry Smith <bsmith@mcs.anl.gov>

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


# 7eda4a2b 11-May-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 3f4531c4 11-May-2019 Václav Hapla <vaclav.hapla@erdw.ethz.ch>

Merged in haplav/fix-hdf5v-circular-dependencies (pull request #1643)

fix hdf5v circular dependencies

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>

Merged in haplav/fix-hdf5v-circular-dependencies (pull request #1643)

fix hdf5v circular dependencies

Approved-by: Matthew Knepley <knepley@gmail.com>
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
Approved-by: Jed Brown <jed@59a2.org>

show more ...


# 7cf6c863 11-May-2019 Satish Balay <balay@mcs.anl.gov>

fix circular dependency error wrt arch-opensolaris-misc - triggered by bde159b7c9fadb1b0f8367a4607750ffa782965f

Undefined first referenced
symbol in file
SNESSetLineSearch

fix circular dependency error wrt arch-opensolaris-misc - triggered by bde159b7c9fadb1b0f8367a4607750ffa782965f

Undefined first referenced
symbol in file
SNESSetLineSearch /export/home/petsc/petsc.next-2/arch-opensolaris-misc/lib/libpetscdm.so
SNESGetLineSearch /export/home/petsc/petsc.next-2/arch-opensolaris-misc/lib/libpetscdm.so
ld: fatal: symbol referencing errors. No output written to arch-opensolaris-misc/tests/ksp/ksp/examples/tests/ex1

show more ...


# 2a4e142e 08-May-2019 Matthew G. Knepley <knepley@gmail.com>

Plex: The L2Diff functions were not using high order geometry properly


# a8f1f9e5 07-May-2019 Matthew G. Knepley <knepley@gmail.com>

Plex+FE: Moved internal functions from header to fe.c
Suggested-by: Jed Brown <jed@jedbrown.org>


1...<<11121314151617181920>>...39