Version: 6.3.1
Variables

Package test_NonCoincidentDEC

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

Variable Documentation

tuple test_NonCoincidentDEC.size = MPI_Comm_size(MPI_COMM_WORLD)
tuple test_NonCoincidentDEC.rank = MPI_Comm_rank(MPI_COMM_WORLD)
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"
string test_NonCoincidentDEC::meshname = "Mesh_2_"
tuple test_NonCoincidentDEC::nb_local = support.getNumberOfElements(MED_ALL_ELEMENTS)
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS