History log of /petsc/src/dm/impls/plex/plexfem.c (Results 476 – 500 of 973)
Revision Date Author Comments
# 95452b02 16-Apr-2018 Patrick Sanan <patrick.sanan@gmail.com>

Man pages: add newlines after "Notes:"

This allows for proper formatting from sowing.

On OS X (using gsed, not the default BSD sed), from the PETSc root directory:

find src include -type f \(

Man pages: add newlines after "Notes:"

This allows for proper formatting from sowing.

On OS X (using gsed, not the default BSD sed), from the PETSc root directory:

find src include -type f \( -name "*.c" -or -name "*.h" -or -name "*.cxx" \) | xargs gsed -i 's/Notes\s*:\s*\(\w.*\)/Notes:\n \1/'

This adds a newline and 4 spaces whenever "Notes:" is followed by any "word" character, in any .c, .h, or .cxx file in src/ or include/

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


# 64c72086 29-Jan-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Added support for integrating on boundaries


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

Merge branch 'knepley/fix-plex-pointfunc-dim' into knepley/fix-plex-residual-loop

* knepley/fix-plex-pointfunc-dim:
Sys: Added a check for gnome-terminal, which never uses -display - Added some do

Merge branch 'knepley/fix-plex-pointfunc-dim' into knepley/fix-plex-residual-loop

* knepley/fix-plex-pointfunc-dim:
Sys: Added a check for gnome-terminal, which never uses -display - Added some docs
Plex: Made a public interface for ComputeBdResidualSingle()
Plex: The first argument to a pointfunc should be the coordinate dimension

Conflicts:
src/dm/impls/plex/plexproject.c
src/snes/utils/dmplexsnes.c

show more ...


# 9044fa66 14-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-plex-residual-loop
Warning: This merge includes real changes

* master: (188 commits)
Add JuMP citation
Copyedits and updates to developers manual
Add mor

Merge branch 'master' into knepley/fix-plex-residual-loop
Warning: This merge includes real changes

* master: (188 commits)
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
SNES ex62: Set name of solution vector - Update test output
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
move output file to the correct location. i.e fix 305862f9cd0dc399542ae11dd744508e4b6ad2e3
...

Conflicts:
src/snes/utils/dmplexsnes.c
src/ts/utils/dmplexts.c

show more ...


# 534d39fe 13-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/tisaac/feature-dmfield'

* origin/tisaac/feature-dmfield: (56 commits)
Plex: Updated test output for DMLabel change
DMLabel: make empty ISs strides
DMSwarm:

Merge remote-tracking branch 'origin/tisaac/feature-dmfield'

* origin/tisaac/feature-dmfield: (56 commits)
Plex: Updated test output for DMLabel change
DMLabel: make empty ISs strides
DMSwarm: silence static analyzer warning
PetscFECreateDefault: fix custom Fortran interface to use MPI_Comm
SNES ex69: Updated test output
SNES ex69: Removed all mantle stuff and change fields to constants - Also use dsymutil for executables
SNES ex69: Removed special partition
SNES ex69: Fixed null space creation - Null space locks its vectors
PetscFE: PetscFECreateDefault() now takes MPI_Comm instead of DM
DMField: default initialization of variable
PetscFE: fix integration for openCL
PetscFEGeomComplete(): correct normal vector in 2D.
DMField: c++/complex fixes
DMField: empty processor protections
DMField regression test fixes
DMLabel: try to keep stride IS as stride IS as much as possible
DMPlexRefine(): create depth before hybrid-bounded label
DMField: documentation of interface
DMField: implement shell
DMPlex: rename newly created label
...

Conflicts:
src/dm/dt/interface/dtfe.c
src/snes/examples/tutorials/ex69.c
src/snes/utils/dmplexsnes.c

show more ...


# 5fa8d5ab 13-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge remote-tracking branch 'origin/knepley/fix-fe-vector-spaces'

* origin/knepley/fix-fe-vector-spaces: (21 commits)
SNES ex12: Updated test output
Plex ex8: Updated test output
Plex ex7: Up

Merge remote-tracking branch 'origin/knepley/fix-fe-vector-spaces'

* origin/knepley/fix-fe-vector-spaces: (21 commits)
SNES ex12: Updated test output
Plex ex8: Updated test output
Plex ex7: Updated test output
Plex ex5: Updated test output
Plex ex4: Updated test output
Plex ex3: Updated test output
Plex ex20: Updated test output
Plex ex19: Updated test output
Plex ex18: Updated test output
Plex ex17: Updated test output
Plex ex16: Updated test output
Plex ex13: Updated test output
Plex ex12: Updated test output
Plex ex1: Updated test output
DualSpace: Interaction of branches
FAS: Added viewing during coarse correction
Plex+FEM: Fixes for reorg of vector spaces which I missed - Fixed DMPlexComputeInterpolatorNested() field offsets - Fixed DMPlexComputeInjector()
PetscFE: Fixed viewers - Added PetscDualSpace viewer - Can view FE without quadrature
PC: Added some options and documentation for BJacobi, ASM, Richardson
Plex: Fixes for ASCII viewer
...

show more ...


# e4bc0d72 08-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-pc-patch

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep us

Merge branch 'master' into knepley/feature-pc-patch

* master: (440 commits)
revert sources to dev - reset PETSC_VERSION_RELEASE - reset changes/dev.html
release: set v3.9 strings
fix grep usage on solaris [use egrep]
opensolaris: fix errors
Update timer reporting and minor reporting fix
Remove redundant if statement. Found by @jedbrown
Fixed problem with order of developer photos on website.
superlu_dist: use correct flag in example [PETSC_HAVE_SUPERLU -> PETSC_HAVE_SUPERLU_DIST]
Bib: PERMON ref
fix for osx
doc: more author fixes
doc: more author fixes
Italicized "orderings" in MPI process placement discussion.
Added Richard to the user manual author list.
Added Richard to the list of active developers on the website.
add string check for MS-MPI and IMPI timeout errors
opensolaris does not have multiple grep utils - but default one does not support -F. So use fgrep instead
Standardizing timeout checks
Report wall clock time of total tests
Use time instead of date %s
...

Conflicts:
include/petscpc.h
src/ksp/ksp/interface/itfunc.c

show more ...


# 9bb067fc 08-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix initializer


# e87a4003 04-Apr-2018 Barry Smith <bsmith@mcs.anl.gov>

Deprecate DMSet/GetDefaultSection() for DMSet/GetSection()

Revert manual page change per Matt's preference

Commit-type: style-fix
Thanks-to: Matthew Knepley


# 6f3d3cbc 04-Apr-2018 Matthew G. Knepley <knepley@gmail.com>

Plex+FEM: Almost have injection correct
- Made P0 behave like FV
- Need to make these average, which means making a Mat instead


# 914b2590 01-Apr-2018 Barry Smith <bsmith@mcs.anl.gov>

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


# f8990802 01-Apr-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/fix-analyzer-bugs'


# d172c84b 06-Mar-2018 Matthew G. Knepley <knepley@gmail.com>

Plex+FEM: Fixes for reorg of vector spaces which I missed
- Fixed DMPlexComputeInterpolatorNested() field offsets
- Fixed DMPlexComputeInjector()


# 25ce1634 04-Mar-2018 Jed Brown <jed@jedbrown.org>

Fix some minor/semantic bugs identified by clang analyzer


# 61aaff12 20-Feb-2018 Toby Isaac <tisaac@cc.gatech.edu>

DMPlex: fix probAux initialization


# f99c8401 18-Feb-2018 Toby Isaac <tisaac@cc.gatech.edu>

DMField: handle 0-dim corner cases


# c330f8ff 15-Feb-2018 Toby Isaac <tisaac@cc.gatech.edu>

Use DMField / PetscFEGeom in integration


# 274e8aae 14-Feb-2018 Matthew G. Knepley <knepley@gmail.com>

Plex: The first argument to a pointfunc should be the coordinate dimension


# 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


# 9b58da5a 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

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


# 35e5de05 02-Jan-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/tests-cxx-linker' into barry/more-to-new-test-harness


# 1f4f3e70 20-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-ts-plasma-example'

* knepley/feature-ts-plasma-example:
TS ex48: Turn off plotting by default since it fails for complex
TS ex48: c89 fixes
TS ex48: Protect HDF5

Merge branch 'knepley/feature-ts-plasma-example'

* knepley/feature-ts-plasma-example:
TS ex48: Turn off plotting by default since it fails for complex
TS ex48: c89 fixes
TS ex48: Protect HDF5
TS ex48: More complex fixes
TS ex48: Update to latest API
Plex: Fix return type of DMPlexComputeIntegralFEM()
TS ex48: Plasma physics example

show more ...


# b8feb594 17-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix return type of DMPlexComputeIntegralFEM()


# 48296f0d 17-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-ts-plasma-example

* master: (22 commits)
Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection
SNES ex13: Update test output

Merge branch 'master' into knepley/feature-ts-plasma-example

* master: (22 commits)
Section: Fix CreateSupersection - Missing call to GetNumFields() for subsection
SNES ex13: Update test output
PetscFE: Complex fixes for PetscFEIntegrate()
SNE ex13: Got adjoint solution and almost have a good error estimate
Section: Fix init in PetscSectionCreateSupersection()
DM: Remove debugging view
SNES ex13: Updated output after fix
Section: If global section allocates bc indices, must copy them
Section: Cleaned up PetscSectionCreateGlobalSection() - Used local variable and added input checks
Bib: Added pages
Section: Fix leaks in DMCreateSuperDM()
SNES ex13: Adding adjoint capability
DM: Use new PetscGlobalMinMaxInt()
DM: Added DMCreateSuperDM()
Plex: Refactor computation of integrals over the domain - Added DMPlexComputeCellwiseIntegral()
PetscFE: Fix PetscFEIntegrate() for multicomponent integrals
Adaptor: Use new PetscGlobalMinMaxInt()
Section: Added PetscSectionCreateSupersection() - This merges several sections together
Vec+Doc: Fix docs for VecISAXPY()
Vec: Added VecISCopy() - Use ScatterMode to determine direction of copying
...

show more ...


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