-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arcane:tests] In the testDir() methods, disable null pred_cell/next_…
…cell tests (not compatible with once cell layer) - And add a test with once cell layer.
- Loading branch information
Showing
3 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0"?> | ||
<cas codename="ArcaneTest" xml:lang="fr" codeversion="1.0"> | ||
<arcane> | ||
<titre>Test CartesianMesh</titre> | ||
<description>Test des maillages cartesiens 2D avec une seule couche de maille en Y</description> | ||
|
||
<boucle-en-temps>CartesianMeshTestLoop</boucle-en-temps> | ||
|
||
<modules> | ||
<module name="ArcanePostProcessing" active="true"/> | ||
</modules> | ||
</arcane> | ||
|
||
<arcane-post-traitement> | ||
<periode-sortie>1</periode-sortie> | ||
<depouillement> | ||
<variable>Density</variable> | ||
<variable>NodeDensity</variable> | ||
<groupe>AllCells</groupe> | ||
<groupe>AllNodes</groupe> | ||
<groupe>AllFacesDirection0</groupe> | ||
<groupe>AllFacesDirection1</groupe> | ||
</depouillement> | ||
</arcane-post-traitement> | ||
|
||
<maillage> | ||
<meshgenerator> | ||
<cartesian> | ||
<nsd>2 1</nsd> | ||
<origine>0.0 0.0</origine> | ||
<lx nx='4' prx='1.0'>4.0</lx> | ||
<ly ny='1' pry='1.0'>1.0</ly> | ||
</cartesian> | ||
</meshgenerator> | ||
</maillage> | ||
|
||
</cas> |