Home
last modified time | relevance | path

Searched refs:MeshDim (Results 1 – 25 of 43) sorted by relevance

12

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/ResultOutputSolve/
H A DResultOutputSolver.F9046 INTEGER :: i,nInterval=1, nstep=0, OutputCount(6) = 0, MeshDim,& local
63 SAVE SubroutineVisited, OutputCount, ListSet, MeshDim, ListMeshName
192 IF(NowSave) CALL Info(Caller,'Dimension of mesh is: '//TRIM(I2S(iMesh % MeshDim)),Level=7)
194 IF( MinMeshDim /= 0 .AND. iMesh % MeshDim < MinMeshDim ) THEN
200 IF( MaxMeshDim /= 0 .AND. iMesh % MeshDim > MaxMeshDim ) THEN
241 … ELSE IF( MeshDim /= Model % Mesh % MeshDim .OR. (iMeshName(1:nlen) /= ListMeshName(1:nlen))) THEN
246 MeshDim = Model % Mesh % MeshDim
H A DElmerPostOutputSolver.F9052 NumberOfNodes, NumberOfElements, ind, Vari, MeshDim, ExtCount local
61 MeshDim = Model % Mesh % MeshDim
150 IF( MeshDim == 2 ) THEN
152 ELSE IF( MeshDim == 3 ) THEN
325 IF( MeshDim <= 2 ) THEN
367 IF( MeshDim <= 2 ) THEN
606 IF( MeshDim == 2 ) THEN
H A DVtuOutputSolver.F90428 INTEGER :: i, j, k, l, n, m, Partitions, Part, ExtCount, FileindexOffSet, MeshDim, PrecBits, & local
459 MeshDim = Mesh % MeshDim
H A DDXOutputSolver.F90345 dim = Model % Mesh % MeshDim
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/MeshAdaptation_2D/
H A DGetConnectedAreas.F9085 SELECT CASE(Mesh % MeshDim)
113 SELECT CASE(Mesh % MeshDim)
121 SELECT CASE(Mesh % MeshDim)
H A DGetActiveMesh.F90242 NewMesh%MeshDim=Solver%Mesh%MeshDim
H A DMMG2DSolver.F90335 NewMesh%MeshDim=Solver%Mesh%MeshDim
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DParticleDynamics.F90302 INTEGER :: MeshDim local
315 SAVE Params, Solver, Mesh, MeshDim, ParticleBunch, ElementNodes, Particles, &
324 MeshDim = Mesh % MeshDim
373 IF( MeshDim == 2 ) THEN
909 dim = Mesh % MeshDim
H A DGmshOutputReader.F90249 FromMesh % MeshDim = MaxElemDim
H A DParticleAdvector.F90409 dim = Mesh % MeshDim
572 dim = Mesh % MeshDim
H A DElmer2OpenFoamIO.F90105 IF( .NOT. Found .AND. Mesh % MeshDim < 3 ) THEN
H A DIsosurface.F90624 Isomesh % MeshDim = dim
845 Isomesh % MeshDim = dim
H A DSaveGridData.F90293 meshdim = Mesh % MeshDim
H A DOpenFoam2ElmerIO.F90100 IF( .NOT. Found .AND. Mesh % MeshDim < 3 ) THEN
H A DStructuredMeshMapper.F90129 dim = Mesh % MeshDim
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/GridDataReader/
H A DGridDataReader.F90543 INTEGER :: n,k,node,MeshDim, NetDim,iTime,nTime local
574 MeshDim = Mesh % MeshDim
614 IF (MeshDim > NetDim ) THEN
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DSaveUtils.F90346 IF( Mesh % MeshDim == 2 ) THEN
348 ELSE IF( Mesh % MeshDim == 3 ) THEN
H A DMeshUtils.F906729 MeshDim = Mesh % MeshDim
6734 MeshDim = 2
11657 Bmesh1 % MeshDim = 2
11969 Bmesh1 % MeshDim = 2
12216 Bmesh % MeshDim = 2
14224 MeshDim = Mesh % MeshDim
15685 NewMesh % MeshDim = Mesh % MeshDim
18543 DIM = Mesh % MeshDim
19182 DIM = Mesh % MeshDim
20962 Mesh % MeshDim = 1
[all …]
H A DInterpVarToVar.F90684 …h % NumberOfNodes .NE. OldMesh % NumberOfNodes .OR. NewMesh % MeshDim .NE. OldMesh % MeshDim) THEN
H A DModelDescription.F904573 NumberOfNodes, NumberOfElements, ind, nDOFs, MeshDim, Nzeros local
4897 MeshDim = Model % Mesh % MeshDim
4927 IF( MeshDim == 3 ) THEN
4928 WRITE(PostFileUnit,'(3ES17.8E3)') Coord(1:MeshDim)
4929 ELSE IF( MeshDim == 2 ) THEN
4930 WRITE(PostFileUnit,'(2ES17.8E3,A)') Coord(1:MeshDim),' 0.0'
4932 WRITE(PostFileUnit,'(ES17.8E3,A)') Coord(1:MeshDim),' 0.0 0.0'
H A DTypes.F90780 NumberOfFaces, NumberOfBoundaryElements, MeshDim = 0, MaxDim = 0, PassBCcnt=0 component
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/SaveData/
H A DSaveLine.F90115 LocalNodes, NoVar, No, axis, maxboundary, NoDims, MeshDim, NoLines, NoAxis, Line, & local
162 MeshDim = Mesh % MeshDim
1344 IF( NoDims < MeshDim ) THEN
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/MagnetoDynamics/
H A DJfixPotentialSolver.F90370 meshdim = Solver % Mesh % MeshDim
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DProjectCalving.F90152 IF( Mesh % MeshDim == 3 ) THEN
155 ELSE IF( Mesh % MeshDim == 2 ) THEN
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/IceSheet/Greenland/SSA/
H A DScalar_OUTPUT.F9099 IF ( Model % Mesh % MeshDim /= DIM ) &

12