~reducedmodelling/fluidity/ROM_Non-intrusive-ann

« back to all changes in this revision

Viewing changes to assemble/Makefile.dependencies

  • Committer: Michael Lange
  • Date: 2011-10-12 09:22:53 UTC
  • mto: This revision was merged to the branch mainline in revision 3741.
  • Revision ID: michael.lange@imperial.ac.uk-20111012092253-bla2ig4kiy3yvvds
Making detectors with mesh movement *almost* safe in parallel:
 * Adding test case detectors_mesh_movement_parallel where fixed static detectors go across parallel boundaries
 * Added a second picker_inquire call to search_for_detectors that will search the Halo if necessary
 * Calling distribute_detectors after re-synchronising physical and parametric coordinates so that detectors found in a Halo will be send to the according proc

Note: If the the virtual detector displacement due to the moving mesh is greater than the Halo bad things happen, which will be fixed soon with a broadcast.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
   ../include/cvtools.mod ../include/diagnostic_fields.mod ../include/fdebug.h \
239
239
   ../include/fetools.mod ../include/field_derivatives.mod \
240
240
   ../include/field_options.mod ../include/fields.mod ../include/futils.mod \
241
 
   ../include/global_parameters.mod ../include/quadrature.mod \
242
 
   ../include/sparsity_patterns_meshes.mod ../include/spud.mod \
243
 
   ../include/state_module.mod ../include/multiphase_module.mod
 
241
   ../include/global_parameters.mod ../include/multiphase_module.mod \
 
242
   ../include/quadrature.mod ../include/sparsity_patterns_meshes.mod \
 
243
   ../include/spud.mod ../include/state_module.mod
244
244
 
245
245
../include/drag_module.mod: Drag.o
246
246
        @true