| e94be240 | 12-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+Label: Added Fortran wrapper for DMPlexCreateLabel() |
| 0f9259d6 | 12-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Dammit, how did this not get checked in? |
| 89b38ed4 | 11-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Refiner check for hybrid cells must use hybrid faces as well - Ghost cells in FV method are hybrid |
| 97c42add | 11-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Adding support for FV in automatic interpolator construction - Notice that the injector cannot do the right thing until we scrap VecScatter |
| e3e48f69 | 11-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+FEM: Using PetscFVGetDualSpace() |
| b69edc29 | 09-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed complex type error |
| 93207816 | 09-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed compiler warnings |
| b793a5ff | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Clean up memory usage in DMPlexProjectFieldLocal() |
| d5396abc | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixing DMPlexProjectFieldLocal() - Initialize aux vars - Remove unused tabulation stuff - Support FVM - Still need to manage dual spaces correctly |
| c1f031ee | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixing up DMPlexComputeIntegralFEM() - FVM does not break this function now - Added Integral event - Added Allreduce over procs |
| 294b7009 | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed preallocation bug by using DMPlexGetGlobalFieldOffset_Private() |
| 79532bb4 | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fixed gigantic bug in DMPlexGetGlobalFieldOffset_Private() - It was not accounting for constraints in other fields when calculating the offset - Moved functions to the impl header |
| 8d1174e4 | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Crap this should have gone in the set with preallocation changes - I need to learn how to use the interactive crap |
| 22d96a0c | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Section+Vec: Added PetscSectionGet/RestoreField_Internal() and PetscSectionVecNorm() - This allows a user to get the hypernorm for a vector with several fields in it |
| e101f074 | 06-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Switch all reallocation functions to use default sections |
| 7e01ee02 | 05-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex+TS: Silence compiler warnings |
| a9fb6443 | 04-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Allow calculation of sparsity pattern on a per field basis - Falls back to old implementation without Section information |
| 70c9a859 | 03-Mar-2015 |
Satish Balay <balay@mcs.anl.gov> |
fix: compile warning
ftp://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/03/02/filtered-make_master_arch-freebsd-pkgs-opt_wii.log /home/balay/petsc.clone/src/dm/impls/plex/plexfluent.c:54: warn
fix: compile warning
ftp://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/03/02/filtered-make_master_arch-freebsd-pkgs-opt_wii.log /home/balay/petsc.clone/src/dm/impls/plex/plexfluent.c:54: warning: 'fdes' may be used uninitialized in this function
show more ...
|
| a9bee69c | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex3: Fixed MPI type |
| 8cc346eb | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex ex13: New orientation view output |
| db8edaaf | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Replaced abs() with PetscAbs() |
| 4cae2477 | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix coordinate localization function |
| 06e2781e | 02-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix 2D FVM cell geometry for periodicity |
| b88fe698 | 01-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Fix __FUNCT__ |
| 80d5bdc6 | 01-Mar-2015 |
Matthew G. Knepley <knepley@gmail.com> |
Plex: Do not output ghost cells for HDF5 |