|
From: <de...@us...> - 2003-12-12 10:30:57
|
Update of /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/h2d/reflux
In directory sc8-pr-cvs1:/tmp/cvs-serv21488/h2d/reflux
Modified Files:
H2dRefluxBcManager.java H2dRefluxBordIndexGeneral.java
Log Message:
Maj general (CtuluLib)
Index: H2dRefluxBcManager.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/h2d/reflux/H2dRefluxBcManager.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** H2dRefluxBcManager.java 11 Dec 2003 12:41:27 -0000 1.3
--- H2dRefluxBcManager.java 12 Dec 2003 10:30:54 -0000 1.4
***************
*** 23,26 ****
--- 23,28 ----
import java.util.Set;
+ import org.fudaa.ctulu.CtuluLib;
+
import org.fudaa.dodico.commun.DodicoAnalyze;
import org.fudaa.dodico.commun.DodicoCommand;
***************
*** 128,132 ****
}
if (!r)
! DodicoLib.debug("bordcomport controle change");
return r;
}
--- 130,134 ----
}
if (!r)
! CtuluLib.debug("bordcomport controle change");
return r;
}
***************
*** 171,175 ****
}
if (!r)
! DodicoLib.debug("bordcomport controle change");
return r;
}
--- 173,177 ----
}
if (!r)
! CtuluLib.debug("bordcomport controle change");
return r;
}
***************
*** 234,238 ****
}
if (!r)
! DodicoLib.debug("bordcomport controle change");
return r;
}
--- 236,240 ----
}
if (!r)
! CtuluLib.debug("bordcomport controle change");
return r;
}
***************
*** 464,468 ****
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! DodicoLib.getString(ptIdxGlobal)));
H2dRefluxBoundaryCondition clN= new H2dRefluxBoundaryCondition();
clN.setIndexPt(ptIdxGlobal);
--- 466,470 ----
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! CtuluLib.getString(ptIdxGlobal)));
H2dRefluxBoundaryCondition clN= new H2dRefluxBoundaryCondition();
clN.setIndexPt(ptIdxGlobal);
***************
*** 482,486 ****
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! DodicoLib.getString(ptIdxGlobal)));
H2dRefluxBoundaryConditionMutable clN=
new H2dRefluxBoundaryConditionMutable();
--- 484,488 ----
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! CtuluLib.getString(ptIdxGlobal)));
H2dRefluxBoundaryConditionMutable clN=
new H2dRefluxBoundaryConditionMutable();
***************
*** 508,512 ****
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! DodicoLib.getString(ptIdxGlobal)));
if (bordType == H2dBoundaryType.SOLIDE_FROTTEMENT) {
cl= new H2dRefluxBoundaryConditionMiddleFriction();
--- 510,514 ----
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! CtuluLib.getString(ptIdxGlobal)));
if (bordType == H2dBoundaryType.SOLIDE_FROTTEMENT) {
cl= new H2dRefluxBoundaryConditionMiddleFriction();
***************
*** 551,555 ****
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! DodicoLib.getString(ptIdxGlobal)));
cls[j]= createSolidCL(ptIdxGlobal);
} else {
--- 553,557 ----
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! CtuluLib.getString(ptIdxGlobal)));
cls[j]= createSolidCL(ptIdxGlobal);
} else {
***************
*** 566,570 ****
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! DodicoLib.getString(ptIdxGlobal)));
cls[j]= createSolidMiddleCL(ptIdxGlobal);
} else {
--- 568,572 ----
H2dResource.getS(
"Pas de cl pour le point de bord {0}",
! CtuluLib.getString(ptIdxGlobal)));
cls[j]= createSolidMiddleCL(ptIdxGlobal);
} else {
Index: H2dRefluxBordIndexGeneral.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/src/org/fudaa/dodico/h2d/reflux/H2dRefluxBordIndexGeneral.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** H2dRefluxBordIndexGeneral.java 25 Nov 2003 10:11:36 -0000 1.6
--- H2dRefluxBordIndexGeneral.java 12 Dec 2003 10:30:54 -0000 1.7
***************
*** 8,15 ****
*/
package org.fudaa.dodico.h2d.reflux;
import org.fudaa.dodico.commun.DodicoLib;
import org.fudaa.dodico.h2d.H2dEvolution;
- import org.fudaa.dodico.h2d.type.H2dBoundaryType;
import org.fudaa.dodico.h2d.type.H2dBcType;
/**
* Une classe pour definir un bord pour les fichiers e-s de reflux (inp).
--- 8,17 ----
*/
package org.fudaa.dodico.h2d.reflux;
+ import org.fudaa.ctulu.CtuluLib;
+
import org.fudaa.dodico.commun.DodicoLib;
import org.fudaa.dodico.h2d.H2dEvolution;
import org.fudaa.dodico.h2d.type.H2dBcType;
+ import org.fudaa.dodico.h2d.type.H2dBoundaryType;
/**
* Une classe pour definir un bord pour les fichiers e-s de reflux (inp).
***************
*** 119,126 ****
"boundary "
+ bord_
! + DodicoLib.ESPACE
+ DodicoLib._printObject(index_, true);
if (bord_ == H2dBoundaryType.SOLIDE_FROTTEMENT)
! r += DodicoLib.ESPACE
+ "friction ( "
+ rugositeType_
--- 121,128 ----
"boundary "
+ bord_
! + CtuluLib.ESPACE
+ DodicoLib._printObject(index_, true);
if (bord_ == H2dBoundaryType.SOLIDE_FROTTEMENT)
! r += CtuluLib.ESPACE
+ "friction ( "
+ rugositeType_
|