Variables | |
| tuple | size = MPI_Comm_size(MPI_COMM_WORLD) |
| tuple | rank = MPI_Comm_rank(MPI_COMM_WORLD) |
| int | nproc_source = 3 |
| tuple | procs_source = range( nproc_source ) |
| tuple | procs_target = range( size - nproc_source + 1, size) |
| tuple | interface = CommInterface() |
| tuple | target_group = MPIProcessorGroup(interface, procs_target) |
| tuple | source_group = MPIProcessorGroup(interface, procs_source) |
| int | source_mesh = 0 |
| int | target_mesh = 0 |
| int | parasupport = 0 |
| int | mesh = 0 |
| int | support = 0 |
| int | field = 0 |
| int | paramesh = 0 |
| int | parafield = 0 |
| int | icocofield = 0 |
| tuple | dec = NonCoincidentDEC(source_group, target_group) |
| list | data_dir = os.environ['MED_ROOT_DIR'] |
| list | tmp_dir = os.environ['TMP'] |
| string | filename_xml1 = "/share/salome/resources/med/square1_split" |
| string | filename_xml2 = "/share/salome/resources/med/square2_split" |
| tuple | filename = filename_xml1+str(rank+1) |
| string | meshname = "Mesh_2_" |
| tuple | comptopo = ComponentTopology() |
| tuple | nb_local = support.getNumberOfElements(MED_ALL_ELEMENTS) |
| list | value = [1.0] |
| list | field_before_int = [0.0] |
| list | field_after_int = [0.0] |
| int | epsilon = 1 |
| tuple test_NonCoincidentDEC.size = MPI_Comm_size(MPI_COMM_WORLD) |
| tuple test_NonCoincidentDEC.rank = MPI_Comm_rank(MPI_COMM_WORLD) |
| tuple test_NonCoincidentDEC.procs_source = range( nproc_source ) |
| tuple test_NonCoincidentDEC.procs_target = range( size - nproc_source + 1, size) |
| tuple test_NonCoincidentDEC.interface = CommInterface() |
| tuple test_NonCoincidentDEC::parasupport = 0 |
| tuple test_NonCoincidentDEC::mesh = 0 |
| tuple test_NonCoincidentDEC::support = 0 |
| tuple test_NonCoincidentDEC::paramesh = 0 |
| tuple test_NonCoincidentDEC::parafield = 0 |
| tuple test_NonCoincidentDEC::icocofield = 0 |
| list test_NonCoincidentDEC.data_dir = os.environ['MED_ROOT_DIR'] |
| string test_NonCoincidentDEC::tmp_dir = os.environ['TMP'] |
| string test_NonCoincidentDEC.filename_xml1 = "/share/salome/resources/med/square1_split" |
| string test_NonCoincidentDEC.filename_xml2 = "/share/salome/resources/med/square2_split" |
| tuple test_NonCoincidentDEC::filename = filename_xml1+str(rank+1) |
| string test_NonCoincidentDEC::meshname = "Mesh_2_" |
| tuple test_NonCoincidentDEC::nb_local = support.getNumberOfElements(MED_ALL_ELEMENTS) |
| list test_NonCoincidentDEC::value = [1.0] |
| list test_NonCoincidentDEC::field_before_int = [0.0] |
| list test_NonCoincidentDEC::field_after_int = [0.0] |