Variables | |
| float | a = 0.446948490915965 |
| float | b = 0.091576213509771 |
| float | p1 = 0.11169079483905 |
| float | p2 = 0.0549758718227661 |
| typeGeo = MED_TRIA6 | |
| int | ngauss = 6 |
| string | gaussLocName = "Model n1" |
| list | refCoo |
| list | gsCoo |
| list | weight = [4*p2, 4*p2, 4*p2, 4*p1, 4*p1, 4*p1] |
| interlacingType = MED_FULL_INTERLACE | |
| tuple | gaussLoc |
| tuple | typeGeoVerif = gaussLoc.getType() |
| tuple | ngaussVerif = gaussLoc.getNbGauss() |
| tuple | gaussLocNameVerif = gaussLoc.getName() |
| tuple | refCooVerif = gaussLoc.getRefCoo() |
| tuple | gsCooVerif = gaussLoc.getGsCoo() |
| tuple | weightVerif = gaussLoc.getWeight() |
| tuple | interlacingTypeVerif = gaussLoc.getInterlacingType() |
| tuple | lenrefCoo = len(refCoo) |
| tuple | lenrefCooVerif = len(refCooVerif) |
| tuple | lengsCoo = len(gsCoo) |
| tuple | lengsCooVerif = len(gsCooVerif) |
| tuple | lenweight = len(weight) |
| tuple | lenweightVerif = len(weightVerif) |
| float testGaussLocalization.a = 0.446948490915965 |
| float testGaussLocalization.b = 0.091576213509771 |
| float testGaussLocalization.p1 = 0.11169079483905 |
| float testGaussLocalization.p2 = 0.0549758718227661 |
| testGaussLocalization.typeGeo = MED_TRIA6 |
| string testGaussLocalization.gaussLocName = "Model n1" |
00001 [-1.0,1.0, 00002 -1.0,-1.0, 00003 1.0,-1.0, 00004 -1.0,0.0, 00005 0.0,-1.0, 00006 0.0,0.0]
00001 [2*b-1, 1-4*b, 00002 2*b-1, 2*b-1, 00003 1-4*b, 2*b-1, 00004 1-4*a, 2*a-1, 00005 2*a-1, 1-4*a, 00006 2*a-1, 2*a-1]
| testGaussLocalization.interlacingType = MED_FULL_INTERLACE |
00001 GAUSS_LOCALIZATION_FULL(gaussLocName, typeGeo, ngauss, refCoo, 00002 gsCoo, weight)
| tuple testGaussLocalization.typeGeoVerif = gaussLoc.getType() |
| tuple testGaussLocalization.ngaussVerif = gaussLoc.getNbGauss() |
| tuple testGaussLocalization.gaussLocNameVerif = gaussLoc.getName() |
| tuple testGaussLocalization.refCooVerif = gaussLoc.getRefCoo() |
| tuple testGaussLocalization.gsCooVerif = gaussLoc.getGsCoo() |
| tuple testGaussLocalization.weightVerif = gaussLoc.getWeight() |
| tuple testGaussLocalization.interlacingTypeVerif = gaussLoc.getInterlacingType() |
| tuple testGaussLocalization.lenrefCoo = len(refCoo) |
| tuple testGaussLocalization.lenrefCooVerif = len(refCooVerif) |
| tuple testGaussLocalization.lengsCoo = len(gsCoo) |
| tuple testGaussLocalization.lengsCooVerif = len(gsCooVerif) |
| tuple testGaussLocalization.lenweight = len(weight) |
| tuple testGaussLocalization.lenweightVerif = len(weightVerif) |