[cig-commits] [commit] devel: made the implementation of periodic boundary conditions more general (more flexible). They work fine in the serial case. I will add MPI support tomorrow. (fbc32aa)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Feb 23 10:55:45 PST 2014


Repository : ssh://geoshell/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/e8507f712e9eeec3d149e9599496a4b177de657b...065f6d28ff5e8a1ab64a09a912c2510e9a10c616

>---------------------------------------------------------------

commit fbc32aa2e10235834737e796e1b14f35fa6c0729
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Feb 23 19:21:55 2014 +0100

    made the implementation of periodic boundary conditions more general (more flexible).
    They work fine in the serial case. I will add MPI support tomorrow.


>---------------------------------------------------------------

fbc32aa2e10235834737e796e1b14f35fa6c0729
 src/meshfem2D/part_unstruct.F90 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/meshfem2D/part_unstruct.F90 b/src/meshfem2D/part_unstruct.F90
index 97b0d34..d0045ba 100644
--- a/src/meshfem2D/part_unstruct.F90
+++ b/src/meshfem2D/part_unstruct.F90
@@ -1761,6 +1761,7 @@ end  subroutine rotate_mesh_for_plane_wave
            else
               part(edges_coupled(1,num_edge)) = part(edges_coupled(2,num_edge))
            endif
+
            is_repartitioned = .true.
         endif
 



More information about the CIG-COMMITS mailing list