Home
last modified time | relevance | path

Searched refs:nopart (Results 1 – 8 of 8) sorted by relevance

/dports/cad/feappv/feappv-4.1i/include/
H A Dcontrl.h5 logical bflg,cxifl,gapfl,incf,initf,intr,intx,nopart
6 common /contrl/ bflg,cxifl,gapfl,incf,initf,intr,intx,nopart
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c793 nopart[i] = 0; in PartitionSimpleElements()
891 nopart[k] -= 1; in PartitionSimpleElements()
975 nopart[i] = 0; in PartitionSimpleElements()
1042 nopart[i] = 0; in PartitionSimpleElementsNonRecursive()
1093 nopart[k] += 1; in PartitionSimpleElementsNonRecursive()
1101 k = nopart[i]; in PartitionSimpleElementsNonRecursive()
1184 nopart[i] = 0; in PartitionSimpleElementsRotational()
1339 nopart[k] += 1; in PartitionSimpleElementsRotational()
1359 nopart[i] = j; in PartitionSimpleElementsRotational()
2280 nopart[k] -= 1; in PartitionSimpleNodes()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/ParticleHeating/
H A Dcase.sif50 $ nopart = 1000
51 Number of Particles = Integer $ nopart
90 Particle To Field Coefficient = Real $ power / (nopart*sdecay)
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/ParticleFalling/
H A Dcase.sif10 $nopart = 100
45 Number of Particles = Integer $ nopart
/dports/www/youtube_dl/youtube-dl/youtube_dl/
H A D__init__.py367 'nopart': opts.nopart,
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/
H A Dytdl.py433 "nopart": opts.nopart,
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DMeshUtils.F9019847 nopart = 0
19885 nopart(k) = nopart(k) + 1
19897 minpart = MIN( minpart, nopart(i))
19898 maxpart = MAX( maxpart, nopart(i))
20077 nopart = 0
20114 nopart(k) = nopart(k) + 1
20128 minpart = MIN( minpart, nopart(i))
20129 maxpart = MAX( maxpart, nopart(i))
20330 IF( nopart(i) > 0 ) THEN
20331 minpart = MIN( minpart, nopart(i))
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A D__init__.py708 'nopart': opts.nopart,