History log of /petsc/src/dm/impls/plex/plexcreate.c (Results 1026 – 1050 of 1183)
Revision Date Author Comments
# 46e270d4 31-Jul-2014 Matthew G. Knepley <knepley@gmail.com>

DM: Added a embedding dimension, different from the topological dimension
- This can now be set in DMSetCoordinateSection(), or it can be automatically determined


# 793f3fe5 31-Jul-2014 Matthew G. Knepley <knepley@gmail.com>

DM: Added DMGetDimPoints()
- This replicates DMPlex/DAGetDepthStratum(), but uses the dimension which people have said is more intuitive


# c73cfb54 31-Jul-2014 Matthew G. Knepley <knepley@gmail.com>

DM: Move dimension up into DM
- Both DA and Plex had this and I think it makes sense


# 55fbe3e3 15-Jun-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: DMPlexReplace_Static() fixes
- Should share coordinateDM, not just the section, so we get correct SF
- Pass on periodicity information


# 4907a4d7 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged upstream/master to feature-dmmoab


# 299992b9 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'upstream/master'


# b015001c 28-May-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]

Merge branch 'master' into prbrune/snes-fascontinuation

* master: (855 commits)
fix for moab example had wrong blocksize of mapping
docs:remove src/docs/doxygen/manual [per Barry's instructions]
gfortran: remove 132 char limit from f90 free-form
SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc
DMPlex-Gmsh: Use trueNumCells when building the coordinate section
Sys: Got guard logic reversed
Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*()
PetscFV: I hate fucking complex
removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory
fix test of DMLocalToGlobalBegin/End and add actual test cases
improve object memory logging for DA, ISLocalToGlobal and ISBLOCK
lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed
owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt
another reuse of allocated array in 2d/3d DMDA create
improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock()
PetscFV: Another complex fix
DMPlex+TS: Fixing types
ISIdentity() was wrong for block IS! Indices are NOT scaled by bs
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
...

show more ...


# 4244436b 27-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/dmda-memusage'


# fc31e74d 27-May-2014 Barry Smith <bsmith@mcs.anl.gov>

removed some leftover localtoglobalmappingblock code


# 92c494f3 23-May-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options


# c945be8d 18-May-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-fv-class'

* knepley/feature-fv-class: (44 commits)
PetscFV: Another complex fix
DMPlex+TS: Fixing types
PetscFV: Straighten out complex types
TS ex11: Fix casts

Merge branch 'knepley/feature-fv-class'

* knepley/feature-fv-class: (44 commits)
PetscFV: Another complex fix
DMPlex+TS: Fixing types
PetscFV: Straighten out complex types
TS ex11: Fix casts and remove unused variable
PetscFV: Fix Fortran define
PetscFV: Complex fixes
SNES+DM: Added SNESMonitorFields() - Activated by -snes_monitor_fields
PetscFV: Add Fortran types
SNES ex62: Use new DMPlexAddBoundary() interface - Added declaration of DMPlexComputeL2FieldDiff() - Fixed cast
SNES ex12: Fixed Neumann boundary conditions, and moved to new DMPlexAddBoundary interface() - Now do not automatically mark boundary faces
PetscFV: Fixed Fortran bindings
PetscFV+Plex: Refactored to put reconstruction routines in PetscFV_LeastSquares - Added PetscFVComputeGradient() - Added PetscFVLeastSquaresSetMaxFaces() - Moved last squares fitting routines to PetscFV_LeastSquares, and all the work space
PetscLimiter: Add other implementations
TS ex11: Fixed parallel mesh creation - Distribute after physics - Add output for tests
DMPlex: Fixed bug when using refinement from options - Must copy over the point SF
DMPlex: Distribution should copy over BC info
TS ex11: Added refinement tests
TS ex11: Fix boundary conditions after refinement, set types from command line
DMPlex: Added DMPlexCopyBoundary() - Copy boundary conditions after DMRefine() and DMPlexConstructGhostCells()
TS ex11: Specify boundary label
...

Conflicts:
config/builder.py
include/petscdmplex.h
src/dm/impls/plex/plex.c
src/snes/examples/tutorials/ex62.c

show more ...


# 95ecbf38 18-May-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bdd

Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement

Conflicts:
src/docs/website/documentation/changes/dev.html
src/ksp/ksp/examples/tutorials/ex59.c
src/ksp/pc/impls/bddc/bddcprivate.c

show more ...


# c0420575 18-May-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-fe-dg-space'

* knepley/feature-fe-dg-space: (38 commits)
DMPlex: Added coordinate field info for generated mesh
DMPlex: Update to new DMPlexGetBoundary() interface

Merge branch 'knepley/feature-fe-dg-space'

* knepley/feature-fe-dg-space: (38 commits)
DMPlex: Added coordinate field info for generated mesh
DMPlex: Update to new DMPlexGetBoundary() interface
PetscFE: Fix complex casting
DMPlex: Fixup type mismatch in PetscFEIntegrate()
DMPlex ex62: Fixed test output
SNES ex62: Added test output
SNES ex62: Added tests for Q2-Q1 and Q2-P1disc - Added -show_error - Removed spurious refinement of quads - Fixed cast - CreatePressureNullspace() now uses DMPlexProjectFunction() - Replace SetupElement() with PetscFECreateDefault()
DMPlex ex3: Added tests for P1disc
SNES ex12: Updated to new PetscFECreateDefault()
PetscFE: Fixes for discontinuous elements
PetscSpace: Fixed polynomial space view
PetscFE: Changed PetscFECreateDefault() - Now continuity and reference cell shape are set from the command line
PetscFE: Added domain integration - Added PetscFEIntegrate(), only implemented for Basic - Added DMPlexComputeIntegralFEM() and DMPlexComputeL2FieldDiff() - This should replace the L2Diff functions
Mat+Doc: Fixed MatNullSpaceRemove()
SNES ex62: Updated to new PetscFECreateDefault()
SNES ex12: Updated to new PetscFECreateDefault() - 3D simplex moves the P_0 point from the centroid
DMPlex ex3: Updated for corrected cell dof
PetscFE: I think I finally fixed the cell dof
DMPlex ex3: Added test case for P1disc on a quad
DMPlex ex3: Added P1 discontinuous test - Something looks wrong with interpolation
...

show more ...


# 130924b7 12-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added coordinate field info for generated mesh


# d7973521 11-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed bug when using refinement from options
- Must copy over the point SF


# 63d5297f 09-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added labelname to the DMBoundary structure


# b3fc9300 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'origin/master' into feature-dmmoab


# 49fcfd5b 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# b6a0289a 17-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Do not automatically turn off uniform refinement


# fab16db7 12-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load

* master: (125 commits)
since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this wa

Merge branch 'master' into knepley/feature-plex-hdf5-parallel-load

* master: (125 commits)
since PETSc cannot view factored matrices, generate an error rather than display the wrong stuff (this was really bad)
outdated example that doesn't match coding style removed and buggy
petscversion.h: workaround ifort -cpp lack of referential transparency
configure: ignore AR, MAKEFLAGS [if set in env]
incorrect first entry in array being zeroed in example
sizeof.c: remove dependence on petsc [and fix syntax error]
nightlybuilds: use consistant PETSC_ARCH, machine names
TS: Allow viewing of TS solutions
DMPlex: Fix comparison for complex
change MPIVersion streams to use MPI_Wtime() to be portable to Windows do not use scalar square root on real number; it upsets Microsoft
cannot use I in PETSc code because in complex it sometimes represents imaginary number cannot pass PetscScalar * to VecNorm()
in dashboard don't warn about SSL and BOI deprecated
TS ex11: Fixed output formatting
Doc+DMPlex: Added function documentation for some refinement functions
streams: translate code from 'bash' to 'sh' [fix freebsd]
barry is an idiot who doesn't have a clue as to what he is doing (and git's unfriendlyness doesn't help matters)
don't list examples under C that don't work with complex!
forgotten output file
removed valgrind warning about sending uninitialized data
nightly builds ignore unrecognized pragma and .c file as C++ code
...

Conflicts:
include/petsc-private/dmpleximpl.h

show more ...


# 15d8b8da 10-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc
Fuck if git tells me to git pull then I pull, if you want me to do something else than have git tell what to do


# 9b1ec7f9 09-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-periodic'

* knepley/feature-plex-periodic:
TS: Allow viewing of TS solutions
DMPlex: Fix comparison for complex
Draw: Fixed bad check
SNES ex62: Enhance ex

Merge branch 'knepley/feature-plex-periodic'

* knepley/feature-plex-periodic:
TS: Allow viewing of TS solutions
DMPlex: Fix comparison for complex
Draw: Fixed bad check
SNES ex62: Enhance ex62 to use tensor-product cells
DMPlex: Now we are correctly creating the Mobius band - Coordinates for uniform refinement are still broken
DMPlex: If domain is periodic, uniform refinement of coordinates will respect this
DMPlex: Allow geometry routines to recognize periodic quads
DMPlex: Added DMPlexLocalizeCoordinates() - This pulls coordinates from vertices to the cell, which allows discontinuities - We use this for periodic problems
DM: Added preliminary support for periodic coordinates - Added DMGet/SetPeriodicity() which is for clipping coordinates to a periodic box
DMPlex: Needed a custom Fortran wrapper for DMPlexInterpolate() because now we require that the incoming mesh be NULL
DMPlex: Fix handling of Fortran NULLs
DMPlex: Updated test output - The DMView was changed
SNES ex12: Cleanup structure - Use PetscFECreateDefault()
PetscFE: Added a view for Basic
SNES ex12: Starting to cleanup test names
SNES ex62: Marked MF tests as broken

show more ...


# 8a6604f2 04-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Now we are correctly creating the Mobius band
- Coordinates for uniform refinement are still broken


# b0288186 30-Mar-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-hdf5'

* knepley/feature-plex-hdf5: (63 commits)
DMPlex ex2: Added an example that checks a mesh
DMPlex: #ifdef support functions for HDF5
TS: Fix output sequ

Merge branch 'knepley/feature-plex-hdf5'

* knepley/feature-plex-hdf5: (63 commits)
DMPlex ex2: Added an example that checks a mesh
DMPlex: #ifdef support functions for HDF5
TS: Fix output sequence
DMPlex: Check for HDF5 attributes before writing them
DMPlex: Label with timestep number since we do not have times
Viewer+HDF5: Added PetscViewerHDF5HasAttribute()
TS: Set output sequence for timesteps
DMPlex: Handle output sequences - Added static to some functions
DM: Add idea of an output sequence - Added DMGet/SetOutputSequenceNumber() - Added doc for outputDM
REVERT TS: Timestep gets set into DMTS
DMPlex: Fix up HDF5 segregation
DMPlex: Replace MAXPATHLEN with PETSC_MAX_PATH_LEN
DMPlex: Fix HDF5 timestep handling
DMPlex: Set correct block size on HDF5 field vectors
TS: Timestep gets set into DMTS
DMTS: Added timestep
DMPlex: Fix output of fields - Corrected name - Fixed vector type
DMPlex: Return errors from HDF5 function
DMPlex+Viewer: Now output separate fields for viz - Added the PETSC_VIEWER_HDF5_VIZ format for creating viz fields - Added field type determination
Sys+HDF5: Added PetscDataType string and HDF5 support for it
...

Conflicts:
config/BuildSystem/config/packages/__init__.py
src/ts/interface/ts.c

show more ...


# 211e18df 30-Mar-2014 Matthew G. Knepley <knepley@gmail.com>

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

* knepley/feature-plex-hdf5: (61 commits)
TS: Fix output sequence
DMPlex: Check for HDF5 attributes before writing them
DM

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

* knepley/feature-plex-hdf5: (61 commits)
TS: Fix output sequence
DMPlex: Check for HDF5 attributes before writing them
DMPlex: Label with timestep number since we do not have times
Viewer+HDF5: Added PetscViewerHDF5HasAttribute()
TS: Set output sequence for timesteps
DMPlex: Handle output sequences - Added static to some functions
DM: Add idea of an output sequence - Added DMGet/SetOutputSequenceNumber() - Added doc for outputDM
REVERT TS: Timestep gets set into DMTS
DMPlex: Fix up HDF5 segregation
DMPlex: Replace MAXPATHLEN with PETSC_MAX_PATH_LEN
DMPlex: Fix HDF5 timestep handling
DMPlex: Set correct block size on HDF5 field vectors
TS: Timestep gets set into DMTS
DMTS: Added timestep
DMPlex: Fix output of fields - Corrected name - Fixed vector type
DMPlex: Return errors from HDF5 function
DMPlex+Viewer: Now output separate fields for viz - Added the PETSC_VIEWER_HDF5_VIZ format for creating viz fields - Added field type determination
Sys+HDF5: Added PetscDataType string and HDF5 support for it
IS: Fix compiler warning
IS: Forgot to protect HDF5
...

Conflicts:
config/BuildSystem/config/packages/__init__.py
src/ts/interface/ts.c

show more ...


1...<<4142434445464748