History log of /petsc/src/dm/impls/plex/plex.c (Results 1201 – 1225 of 1780)
Revision Date Author Comments
# f6dae198 08-Jun-2015 Jed Brown <jed@jedbrown.org>

Add size checks for static arrays of assumed max size [-Warray-bounds]


# 62ec5fd8 05-Jun-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into mat-increaseoverlap


# d930f514 02-Jun-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added viewing in native format using the global to natural mapping


# fa534816 02-Jun-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added global to natural ordering support
- The natural ordering is the one you have before distribution
- Added DMPlexCreateGlobalToNaturalSF()
- Added DMPlexGlobalToNaturalBegin/End()
- Added

Plex: Added global to natural ordering support
- The natural ordering is the one you have before distribution
- Added DMPlexCreateGlobalToNaturalSF()
- Added DMPlexGlobalToNaturalBegin/End()
- Added DMPlexNaturaToGloballBegin/End()

show more ...


# 68132eb9 30-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Now have both nested and non-nested interpolation
- Added DMPlexComputeInterpolatorNested/General()
- Removed DMPlexComputeInterpolatorFEM()


# 0aef6b92 30-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added a flag that marks a regularly refined mesh
- This is so I know to use the more efficient interpolation scheme
- Added DMPlexGet/SetRegularRefinement()


# 72b80496 30-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Make return values optional


# 7773e69f 30-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Added DMPlexGet/RestoreClosureIndices()


# 681f061f 29-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation

* knepley/feature-patrick-control-problem:
TAO ex2: Add optimal control problem from Patrick
TAO ex1: F

Merge branch 'knepley/feature-patrick-control-problem' into knepley/feature-snes-deflation

* knepley/feature-patrick-control-problem:
TAO ex2: Add optimal control problem from Patrick
TAO ex1: Fix docs
Plex: Fix bug with bcComps initialization

show more ...


# 8e7ff633 29-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: ASCII view now shows coarse meshes


# b4927efa 26-May-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# 6c8d74c4 24-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fix bug with bcComps initialization


# 71acca78 21-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-bc'

* knepley/feature-plex-bc:
TS: Take out unnecessary declaration
XDMF: Allow missing time dimension
MatSchur: Better check for missing D matrix
TAO ex1:

Merge branch 'knepley/feature-plex-bc'

* knepley/feature-plex-bc:
TS: Take out unnecessary declaration
XDMF: Allow missing time dimension
MatSchur: Better check for missing D matrix
TAO ex1: Updated to new Plex interface
Plex: Fixed bug for FV BCs in DMCreateSection_Plex()
Plex+TS: FIxed DMPlexTSCheckFromOptions()
Plex: Changed the signature of pointwise input functions - Now the spatial dimension and number of fields is passed in
Plex: Fixed bugs with DMPlexCreateSection() - F90 declaration - Do not constrain more than the dog
DM: Can view the global section using -global_section_view
Plex: Now DMPlexCreateSection() also takes the constrained components
Plex: Now BC take constrained field components as well - Changed DMPlexAdd/GetBoundary() - Can use -bc_<name>_comp <nums> to override
Plex: Now -dm_plex_separate_marker works correctly in DMPlexCreateSquareBoundary()
DMLabel: Added DMLabelInsertIS()
SNES: Added DMSNESCheckFromOptions() - Should simplify examples

show more ...


# bc4733e7 20-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-bc' into knepley/solkx

* knepley/feature-plex-bc:
TS: Take out unnecessary declaration
XDMF: Allow missing time dimension
MatSchur: Better check for missing

Merge branch 'knepley/feature-plex-bc' into knepley/solkx

* knepley/feature-plex-bc:
TS: Take out unnecessary declaration
XDMF: Allow missing time dimension
MatSchur: Better check for missing D matrix
TAO ex1: Updated to new Plex interface
Plex: Fixed bug for FV BCs in DMCreateSection_Plex()
Plex+TS: FIxed DMPlexTSCheckFromOptions()
Plex: Changed the signature of pointwise input functions - Now the spatial dimension and number of fields is passed in
Plex: Fixed bugs with DMPlexCreateSection() - F90 declaration - Do not constrain more than the dog
DM: Can view the global section using -global_section_view
Plex: Now DMPlexCreateSection() also takes the constrained components
Plex: Now BC take constrained field components as well - Changed DMPlexAdd/GetBoundary() - Can use -bc_<name>_comp <nums> to override
Plex: Now -dm_plex_separate_marker works correctly in DMPlexCreateSquareBoundary()
DMLabel: Added DMLabelInsertIS()
SNES: Added DMSNESCheckFromOptions() - Should simplify examples

show more ...


# e1b06f76 20-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/solkx

* master: (6933 commits)
Bib: Added reference
Includegraph: Updated for compatibility with new folder layout.
Add SNESLineSearchReason to fortran inclu

Merge branch 'master' into knepley/solkx

* master: (6933 commits)
Bib: Added reference
Includegraph: Updated for compatibility with new folder layout.
Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit
fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in '1.0e+0 / 0.' /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: 'vec_rhs' may be used uninitialized in this function
updated output for new trust region initial size
initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts).
The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values
Bib: Added refs
Bib: Update MPICH webpage
Plex: Forgot to close file
removed nonexistent ex46f from makefile test rule
Revert "fixed bad merge into master"
fixed bad merge into master
fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code
mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH
Mat+Doc: More Fortran docs
Plex ex3: Run tests with the correct number of field components
Bib: Added TetGen cite
parmetis: make sure 'ldd libparmetis.so' points to the correct libmetis.so that its linked with.
small fix as reported by the nightly test
...

Conflicts:
config/builder.py

show more ...


# adb2985d 19-May-2015 Fande Kong <fdkong.jd@gmail.com>

Merged petsc/petsc into master


# cc632a6f 19-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'mlange/fix-plex-gmsh-binary-groups'

* mlange/fix-plex-gmsh-binary-groups:
Plex-Fluent: Honour EOF check in Fluent-specific string reader
Viewer: Fix whitespace test for string read

Merge branch 'mlange/fix-plex-gmsh-binary-groups'

* mlange/fix-plex-gmsh-binary-groups:
Plex-Fluent: Honour EOF check in Fluent-specific string reader
Viewer: Fix whitespace test for string reads
Plex-Gmsh: Aggregating inner binary element reads
Plex-Gmsh: Aggregating binary coordinate reads
Plex-Gmsh: Aggregating meta information reads
Plex-Gmsh: Avoid memory allocation during element read loop
Plex-Gmsh: Move element read loop into DMPlexCreateGmsh_ReadElement
Plex-Gmsh: Profile Gmsh reader performance

show more ...


# 7fc83844 19-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed bug for FV BCs in DMCreateSection_Plex()


# fbbfd472 18-May-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'master' into tisaac/dmforest

directory layout changed again: merging to switching branches back and forth
doesn't cause reconfigure to have a hard time

* master: (357 commits)
remov

Merge branch 'master' into tisaac/dmforest

directory layout changed again: merging to switching branches back and forth
doesn't cause reconfigure to have a hard time

* master: (357 commits)
removed nonexistent ex46f from makefile test rule
Revert "fixed bad merge into master"
fixed bad merge into master
fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code
mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH
Mat+Doc: More Fortran docs
Bib: Added TetGen cite
parmetis: make sure 'ldd libparmetis.so' points to the correct libmetis.so that its linked with.
small fix as reported by the nightly test
add a test for MatPtAP()
small cleanup; add tests
cleanup MatPtAPSymbolic_MPIAIJ_MPIAIJ()
Fix nonzerostate tracking in all MATMPI types.
update location of test matrices in faq.html file
unused variable still declared
Fix for MatLoad_MPIDense() from sparsely stored matrix also fix for MatLoad_MPIDense_DenseInFile() when matrix has not had its local sizes preset by user
Preserve the B nonzerostate during disassembly.
TSEvent: Fix arch-mswin nightly errors due to declaring variables in the middle of a function.
Fix error in parallel loading of dense format matrix
removed KSPSetNullSpace() since mat already carries that information and having two locations for it is confusing, unnecessary and prone to error added MatSetTransposeNullSpace() for providing the null space of the transpose of the matrix and added support in KSPSolve() to remove this null space from the right handside of the linear system thus making the system consistent.
...

show more ...


# 06ff1081 12-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Fixed bugs with DMPlexCreateSection()
- F90 declaration
- Do not constrain more than the dog


# ab1d0545 12-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Now DMPlexCreateSection() also takes the constrained components


# 0e0f25f2 12-May-2015 Matthew G. Knepley <knepley@gmail.com>

Plex: Now BC take constrained field components as well
- Changed DMPlexAdd/GetBoundary()
- Can use -bc_<name>_comp <nums> to override


# 3b3bc66d 11-Apr-2015 Michael Lange <michael.lange@imperial.ac.uk>

Plex-Gmsh: Profile Gmsh reader performance


# c45870e7 04-May-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-composable-callbacks

* master: (151 commits)
PetscMalloc: Fix handling of zero-sized allocations
add note to DMGetLocal/GlobalVector() about intended s

Merge branch 'master' into knepley/feature-composable-callbacks

* master: (151 commits)
PetscMalloc: Fix handling of zero-sized allocations
add note to DMGetLocal/GlobalVector() about intended short-time usage of the vectors.
sf: use patched openmpi tarball that has a potential fix for sf example hang
SNES problems that set VI bounds must use a VI solver since the other solvers ignore the bounds
pounders viewer did not cast PetscReal to double in printf nor use %D instead of %d
fix ts ex20adj
fix ts theta
fixed another variable declaration in the middle of a code block
example main() had PetscInt return type and argument that should be int
DMDAVTKWriteAll_VTS: Fix handling of higher-dimension coordinates
fixed example that declared variables in the middle of a function
C programs do not return PetscInt nor do they take an argument that is PetscInt, fixed example that did
You cannot declare variables in the middle of functions in PETSc.
add ierr checking to PetscOptionsBegin/End() in example
configure: add error check if user specifies PETSC_ARCH=-dbg [i.e starts with a '-']
scale norm of vector difference by norm of vector to insure it is small enough to consider the two vectors equal
missing PetscViewerDestroy() added
MatNestGetISs: use custom fortranstub to handle PETSC_NULL_OBJECT
update location of open-mx website on FAQ page
If the user sets bounds and calls a solver that does not support them, throw an error.
...

show more ...


# af3d4eeb 16-Apr-2015 Fande Kong <fdkong.jd@gmail.com>

Merge branch 'pr192/Fande-Kong/scalable-matincreaseoverlap/master' of https://bitbucket.org/petsc/petsc


1...<<41424344454647484950>>...72