History log of /petsc/include/petscdmplex.h (Results 826 – 850 of 1028)
Revision Date Author Comments
# 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 ...


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

SNES ex62: Use new DMPlexAddBoundary() interface
- Added declaration of DMPlexComputeL2FieldDiff()
- Fixed cast


# 8e136ac0 10-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCopyBoundary()
- Copy boundary conditions after DMRefine() and DMPlexConstructGhostCells()


# 0225b034 09-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex+DMLabel: Added DMLabelStratumHasPoint() and DMPlexIsBoundaryPoint()


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

DMPlex: Removed DMPlexInsertBoundaryValuesFVM()


# 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


# fd0828ac 01-May-2014 Matthew G. Knepley <knepley@gmail.com>

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

* knepley/feature-plex-hdf5-parallel-load:
HDF5: Fixed Xdmf script
Plex+HDF5: Do not use vectors for periodic visualization
Plex+HDF5: Ig

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

* knepley/feature-plex-hdf5-parallel-load:
HDF5: Fixed Xdmf script
Plex+HDF5: Do not use vectors for periodic visualization
Plex+HDF5: Ignore negative sequence numbers
DMPlex: Now Plex output is parallel - We now write visualization specific topology in /viz/topology - We output a point reordering, coneSizes, cones, and orientations - Now longer need to interpolate on load
DMPlex: Use the presence of faceGeometry in the DM to signal we are using FVM - This will become a PetscFVM object soon
DMPlex: Preserve the block size of the coordinate vector after distribution
Plex+HDF5: Moved all HDF5 to a separate file, and mapped 2D periodic mesh to the cylinder - Now visualization specific things are in /viz
HDF5: Made petsc_gen_xdmf.py executable
Viewer+Options: Added Fortran interface for PetscObjectViewFromOptions()
IS: Stupid mistake. Damn you compiler
DMPlex: Now parallel HDF5 label output does not fail - However, it is also now clear that we will have to write the full interpolation connectivity in order for these to be meaningful
DMPlex: Added DMPlexCreatePointNumbering() - Made DMPlexCreateNumbering_Private() more flexible
IS: Added ISSortRemoveDups()
DMPlex: Added DMPlexInvertCell_Internal() - Stupid type matching
HDF5: Added petsc_gen_xdmf.py which processes PETSc HDF5 output and produces an Xdmf file
DMPlex: Force a serial load in DMLoad_HDF5(), after which we call DMPlexDistribute() - Eventually we would load into a naive partition
IS+HDF5: Corrected code for new block size interface where it is never negative
Viewer+HDF5: Added PetscViewerHDF5ReadSizes() - This allows me to check the size of a Vec or IS to be loaded

show more ...


# feb68dd6 01-May-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Fixed logic in hybrid cell tagging and added missing declaration


# 73d901b8 29-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

PetscFE: Added domain integration
- Added PetscFEIntegrate(), only implemented for Basic
- Added DMPlexComputeIntegralFEM() and DMPlexComputeL2FieldDiff()
- This should replace the L2Diff functions


# 0f66a230 28-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added blabel argument to DMPlexLabelCohesiveComplete()
- Lets user designate the boundary of a dividing surface
- Added GetSurfaceSize_Static()


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


# e09cfcc3 03-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-plex-bc'

* knepley/feature-plex-bc:
DMPlex: Cells in the boundary marker should not be interpreted as constraints
DMPlex: Fix declaration
TS ex11: Replace ApplyBC

Merge branch 'knepley/feature-plex-bc'

* knepley/feature-plex-bc:
DMPlex: Cells in the boundary marker should not be interpreted as constraints
DMPlex: Fix declaration
TS ex11: Replace ApplyBC() with DMPlexInsertBoundaryValuesFVM()
DMPlex: Fixed DMPlexInsertBoundaryValuesFVM() - Remove redundant variable - Handle absence of id
TS ex11: Reorganization so that physics creation functions can take the DM - This required splitting the options block
DMPlex: DMPlexInsertBoundaryValues() --> DMPlexInsertBoundaryValuesFEM(), and added an FVM version - The FVM version depends on precalculated geometry which needs to be pulled into the library
TS ex11: Remove unused RHSFunction()
TS ex11: Remove Model from BC func - We do not want opaque objects outside of the context so we can pull this in the library
TS ex11: Now use TS infrastructure for local functions
DMPlex: Fix signature for IFunction - Note that the time is still not being passed down to the pointwise function
TS: Added local versions of assembly to DMTS - I was not sure whether everything was necessary
SNES ex62: Updated output
SNES ex12: Removed outdated BC handling - Removed unnecessary label completion - Updated output
DMPlex: Switched FEM assembly routines to use DMPlexInsertBoundaryValues()
DMPlex: Now DMPlexInsertBoundaryValue() only sets values for the given label - Added DMPlexProjectFunctionLabelLocal()
DMPlex: Now DMCreateSection() calls DMPlexLabelAddCells() - This is necessary for FEM boundary conditions, but we do not want it for FVM so we need some control divergence here soon
DMPlex: Added DMPlexLabelAddCells() - Needed this for FEM BC
DMPlex: Fix Gmsh test

show more ...


# d49fcaec 03-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexLocalizeCoordinates()
- This pulls coordinates from vertices to the cell, which allows discontinuities
- We use this for periodic problems


# 5c190399 03-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

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

* knepley/feature-plex-bc:
DMPlex: Cells in the boundary marker should not be interpreted as constraints
DMPlex: Fix dec

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

* knepley/feature-plex-bc:
DMPlex: Cells in the boundary marker should not be interpreted as constraints
DMPlex: Fix declaration
TS ex11: Replace ApplyBC() with DMPlexInsertBoundaryValuesFVM()
DMPlex: Fixed DMPlexInsertBoundaryValuesFVM() - Remove redundant variable - Handle absence of id
TS ex11: Reorganization so that physics creation functions can take the DM - This required splitting the options block
DMPlex: DMPlexInsertBoundaryValues() --> DMPlexInsertBoundaryValuesFEM(), and added an FVM version - The FVM version depends on precalculated geometry which needs to be pulled into the library
TS ex11: Remove unused RHSFunction()
TS ex11: Remove Model from BC func - We do not want opaque objects outside of the context so we can pull this in the library
TS ex11: Now use TS infrastructure for local functions
DMPlex: Fix signature for IFunction - Note that the time is still not being passed down to the pointwise function
TS: Added local versions of assembly to DMTS - I was not sure whether everything was necessary
SNES ex62: Updated output
SNES ex12: Removed outdated BC handling - Removed unnecessary label completion - Updated output
DMPlex: Switched FEM assembly routines to use DMPlexInsertBoundaryValues()
DMPlex: Now DMPlexInsertBoundaryValue() only sets values for the given label - Added DMPlexProjectFunctionLabelLocal()
DMPlex: Now DMCreateSection() calls DMPlexLabelAddCells() - This is necessary for FEM boundary conditions, but we do not want it for FVM so we need some control divergence here soon
DMPlex: Added DMPlexLabelAddCells() - Needed this for FEM BC
DMPlex: Fix Gmsh test

show more ...


# ef48cebc 02-Apr-2014 Matthew G. Knepley <knepley@gmail.com>

DMPlex: Added DMPlexCreatePointNumbering()
- Made DMPlexCreateNumbering_Private() more flexible


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

DMPlex: DMPlexInsertBoundaryValues() --> DMPlexInsertBoundaryValuesFEM(), and added an FVM version
- The FVM version depends on precalculated geometry which needs to be pulled into the library


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


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

DMPlex: Fix signature for IFunction
- Note that the time is still not being passed down to the pointwise function


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

DMPlex: Added DMPlexLabelAddCells()
- Needed this for FEM BC


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


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

Merge branch 'knepley/feature-section-reorder'

* knepley/feature-section-reorder:
DMPlex: Fixed F90 binding for DMPlexCreateSection()
DMPlex exf90: Forgot Fortran change
DMPlex: Added permutat

Merge branch 'knepley/feature-section-reorder'

* knepley/feature-section-reorder:
DMPlex: Fixed F90 binding for DMPlexCreateSection()
DMPlex exf90: Forgot Fortran change
DMPlex: Added permutation argument to DMPlexCreateSection() - Need it because it calls PetscSectionSetUp()
PetscSection: Added an optional permutation for the chart - Removed the unnecessary atlasLayout - This permutation will allow people to segregate ghost unknowns at the end of their numbering, and also to get around the stratification of point numbering in Plex

show more ...


1...<<31323334353637383940>>...42