Home
last modified time | relevance | path

Searched refs:ncrds (Results 1 – 9 of 9) sorted by relevance

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dsdvini.f19 subroutine sdvini(statev,coords,nstatv,ncrds,noel,npt, argument
43 integer nstatv,ncrds,noel,npt,layer,kspt,i local
45 real*8 statev(nstatv),coords(ncrds)
H A Dsigini.f19 subroutine sigini(sigma,coords,ntens,ncrds,noel,npt,layer, argument
45 integer ntens,ncrds,noel,npt,layer,kspt,lrebar local
H A Dinitialconditionss.f41 & iline,ipol,inl,ipoinp(2,*),inp(3,*),ij,jj,ntens,ncrds,layer, local
189 ncrds=3
316 call sigini(prestr(1,j,i),pgauss,ntens,ncrds,
822 ncrds=3
927 call sdvini(xstate(1,j,i),pgauss,nstate_,ncrds,
/dports/astro/R-cran-maptools/maptools/R/
H A Dsun-methods.R9 ncrds <- nrow(crds) functionVar
11 if (ncrds == 1 && nTimes > 1) {
13 } else if (ncrds > 1 && nTimes == 1) {
15 dateTime[rep(1, ncrds)]
16 } else dateTime[rep(1, ncrds), ]
17 } else if (ncrds != nTimes) {
/dports/graphics/R-cran-rgdal/rgdal/src/
H A DOGR_write.cpp492 int ncrds = INTEGER_POINTER(dim)[0]; local
494 for (j=0; j<ncrds; j++)
496 NUMERIC_POINTER(crds)[j+ncrds] );
591 int ncrds = INTEGER_POINTER(dim)[0]; local
595 for (j=0; j<ncrds; j++)
702 int ncrds = INTEGER_POINTER(dim)[0]; local
704 for (j=0; j<ncrds; j++)
714 int ncrds = INTEGER_POINTER(dim)[0]; local
716 for (j=0; j<ncrds; j++)
818 int ncrds = INTEGER_POINTER(dim)[0]; local
[all …]
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/src/
H A Dpelib_mpi.F90206 call mpi_bcast(ncrds, 1, impi, master, comm, ierr)
207 if (myid /= master .and. (ncrds > 0) .and. .not. allocated(crds)) allocate(crds(3,ncrds))
208 call mpi_bcast(crds(1,1), 3 * ncrds, rmpi, master, comm, ierr)
H A Dpelib_options.F90307 integer(ip), save :: ncrds = 0 variable
H A Dpelib_operators.F901128 real(rp), dimension(3,3,nnucs+1+ncrds) :: lf_tensor
1308 do j = 1, ncrds
1324 do j = 1, nnucs + 1 + ncrds
1331 do j = 1, nnucs + 1 + ncrds
1339 do j = 1, nnucs + 1 + ncrds
1350 do j = 1, nnucs + 1 + ncrds
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/pelib/
H A Dpelib_interface.F90354 read(lucmd, *) ncrds
355 allocate(crds(3,ncrds))
356 do i = 1, ncrds