Home
last modified time | relevance | path

Searched refs:meshdim (Results 1 – 25 of 64) sorted by relevance

123

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Dassemble_bndry_fcts.c.in1444 #define WALL_FCTS_2(meshdim, wall) \ argument
1445 WALL_FCT(quad_2, meshdim, wall, 0, 0, 0, 0), \
1446 WALL_FCT(quad_2, meshdim, wall, 1, 0, 0, 0), \
1447 WALL_FCT(quad_2, meshdim, wall, 0, 1, 0, 0), \
1449 WALL_FCT(quad_2, meshdim, wall, 0, 0, 1, 0), \
1450 WALL_FCT(quad_2, meshdim, wall, 1, 0, 1, 0), \
1642 #define WALL_FCTS_01(meshdim, wall) \ argument
1842 #define WALL_FCTS_10(meshdim, wall) \ argument
2208 #define WALL_FCTS_11(meshdim, wall) \ argument
2504 #define WALL_FCTS_0(meshdim, wall) \ argument
[all …]
/dports/french/med/med-4.0.0/python/
H A Dmedmesh_module.i24 med_int * const meshdim,
38 %apply int *OUTPUT { med_int * const meshdim };
39 %typemap(freearg) med_int * const meshdim {}
40 %apply med_int * const meshdim { MED_MESH_MED_INT_SCALAR_LIST }
/dports/cad/netgen/netgen-6.2.2105/python/
H A Dread_gmsh.py6 meshdim = 1
15 meshdim = 2
17 meshdim = 3
21 mesh = Mesh(dim=meshdim)
112 if meshdim == 3:
123 elif meshdim == 2:
150 if meshdim == 3:
/dports/french/med/med-4.0.0/tests/usecases/c/
H A DUsesCase_MEDstructElement_1.c60 med_int spacedim, meshdim,nseg2; in main() local
110 meshdim = 3; in main()
113 if (MEDsupportMeshCr(fid, ballsupportname, spacedim, meshdim, "Support mesh for a ball model", in main()
127 if (MEDsupportMeshCr(fid, beamsupportname, spacedim, meshdim, "Support mesh for a beam model", in main()
148 …if (MEDsupportMeshCr(fid, beamsectionname, spacedim, meshdim, "Support mesh for a section of the b… in main()
235 if (MEDmeshCr(fid, computmeshname, spacedim, meshdim, MED_UNSTRUCTURED_MESH, in main()
H A DUsesCase_MEDmesh_15.c34 const med_int meshdim = 3; in main() local
108 if (MEDmeshCr(fid, meshname, spacedim, meshdim, in main()
H A DUsesCase_MEDmesh_13.c42 const med_int meshdim = 2; in main() local
79 if (MEDmeshCr(fid, meshname, spacedim, meshdim, in main()
H A DUsesCase_MEDmesh_1.c34 const med_int meshdim = 2; in main() local
64 if (MEDmeshCr(fid, meshname, spacedim, meshdim, MED_UNSTRUCTURED_MESH, in main()
H A DUsesCase_MEDmesh_10.c35 const med_int meshdim = 2; in main() local
67 if (MEDmeshCr(fid, meshname, spacedim, meshdim, MED_UNSTRUCTURED_MESH, in main()
H A DUsesCase_MEDmesh_4.c35 const med_int meshdim = 2; in main() local
57 if (MEDmeshCr(fid, meshname, spacedim, meshdim, MED_STRUCTURED_MESH, in main()
H A DUsesCase_MEDmesh_9.c35 const med_int meshdim = 2; in main() local
68 if (MEDmeshCr(fid, meshname, spacedim, meshdim, MED_UNSTRUCTURED_MESH, in main()
H A DUsesCase_MEDstructElement_2.c55 med_int meshdim, spacedim; in main() local
89 if ( MEDsupportMeshInfo(fid, i+1, supportmeshname, &spacedim, &meshdim, description, in main()
203 if (MEDmeshInfoByName(fid, computmeshname, &spacedim, &meshdim, &meshtype, description, in main()
/dports/french/med/med-4.0.0/src/ci/
H A D_MEDmeshInfoByName30.c45 MED_VARGS_DECL(, med_int * , const , meshdim ); in _MEDmeshInfoByName30()
62 MED_VARGS_DEF(, med_int * , const , meshdim ); in _MEDmeshInfoByName30()
78 if ( _MEDmeshInfoByName(fid, MED_MESH_GRP, meshname, spacedim, meshdim, meshtype, in _MEDmeshInfoByName30()
H A D_MEDmeshCr.c29 const med_int meshdim, const med_mesh_type meshtype, in _MEDmeshCr() argument
96 if (meshdim > spacedim) { in _MEDmeshCr()
98 ISCRUTE(meshdim);ISCRUTE(spacedim); in _MEDmeshCr()
114 if ( _MEDattributeIntWr(_datagroup1,MED_NOM_DIM,&meshdim) < 0 ) { in _MEDmeshCr()
117 ISCRUTE(meshdim);goto ERROR; in _MEDmeshCr()
H A DMEDsupportMeshCr.c49 const med_int meshdim, in MEDsupportMeshCr() argument
56 …return _MEDmeshCr(fid, MED_MESH_SUPPORT_GRP , supportmeshname, spacedim, meshdim, MED_UNSTRUCTUR… in MEDsupportMeshCr()
H A DMEDmeshCr.c48 const med_int meshdim, in MEDmeshCr() argument
58 return _MEDmeshCr(fid, MED_MESH_GRP , meshname, spacedim, meshdim, meshtype, in MEDmeshCr()
H A DMEDsupportMeshInfoByName.c42 med_int * const meshdim, in MEDsupportMeshInfoByName() argument
60 if ( _MEDmeshInfoByName(fid, MED_MESH_SUPPORT_GRP, supportmeshname, spacedim, meshdim, &_meshtype, in MEDsupportMeshInfoByName()
H A DMEDsupportMeshInfo.c43 med_int * const meshdim, in MEDsupportMeshInfo() argument
67 if ( MEDsupportMeshInfoByName(fid, supportmeshname, spacedim, meshdim , in MEDsupportMeshInfo()
H A DMEDmeshInfoByName.c45 med_int * const meshdim, in MEDmeshInfoByName() argument
69 meshdim, in MEDmeshInfoByName()
H A DMEDmeshInfo.c47 med_int * const meshdim, in MEDmeshInfo() argument
81 if ( MEDmeshInfoByName(fid, meshname, spacedim, meshdim, meshtype, in MEDmeshInfo()
H A D_MEDmeshInfoByName236.c54 MED_VARGS_DECL(, med_int * , const , meshdim ); in _MEDmeshInfoByName236()
71 MED_VARGS_DEF(, med_int * , const , meshdim ); in _MEDmeshInfoByName236()
111 *meshdim=_meshdim; in _MEDmeshInfoByName236()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DSaveGridData.F90269 meshdim, griddim, ActiveCoordinate,ntot local
293 meshdim = Mesh % MeshDim
316 griddim = meshdim - 1
319 CALL Info('SaveGridData','Assuming reduced coordinate to be: '//TRIM(I2S(meshdim)),Level=5)
321 griddim = meshdim
500 IF( meshdim >= 2 ) THEN
514 IF( meshdim == 3 ) THEN
/dports/french/med/med-4.0.0/doc/dox/
H A DMEDsupportFortran.dox7 \param mdim \meshdim
33 \param mdim \meshdim
50 \param mdim \meshdim
/dports/french/med/med-4.0.0/tests/usecases/python/
H A DUsesCase_MEDmesh_13.py52 meshdim = 2 variable
91 med.MEDmeshCr(fid, meshname, spacedim, meshdim, med.MED_UNSTRUCTURED_MESH,
H A DUsesCase_MEDmesh_15.py44 meshdim = 3 variable
116 med.MEDmeshCr(fid, meshname, spacedim, meshdim, med.MED_UNSTRUCTURED_MESH,
H A DUsesCase_MEDmesh_1.py44 meshdim = 2 variable
76 med.MEDmeshCr(fid, meshname, spacedim, meshdim, med.MED_UNSTRUCTURED_MESH,

123