Home
last modified time | relevance | path

Searched refs:tdof (Results 1 – 25 of 90) sorted by relevance

1234

/dports/cad/feappv/feappv-4.1i/elements/
H A Dsolid3d.f24 integer i,tdof local
42 tdof = nint(d(19))
43 if(tdof.le.0) then
49 th(i) = ul(tdof,i)
70 call inmate(d,tdof, 0 ,1)
78 if(tdof.gt.ndf) then
81 tdof = 0
82 elseif(tdof.ge.1 .and. tdof.le.3) then
85 tdof = 0
96 if(tdof.gt.0) then
[all …]
H A Dtrussnd.f36 integer i, j, ii, jj, i1, j1, nhv,nhi, tdof local
65 tdof = nint(d(19))
66 if(tdof.le.0) then
72 th(i) = ul(tdof,i,1)
86 call inmate(d,tdof,ndm*2,2)
96 if(tdof.gt.ndf) then
99 tdof = 0
100 elseif(tdof.gt.0 .and. tdof.le.ndm) then
103 tdof = 0
114 if(tdof.gt.0) then
[all …]
H A Dsld3d1.f32 integer lint,nhv,tdof, istrt local
51 tdof = nint(d(19))
52 if(tdof.le.0) then
58 th(i) = ul(tdof,i,1)
H A Dtherm2d.f52 integer i,j, i1,j1, l,lint, tdof local
77 call inmate(d,tdof,nen,6)
H A Dtherm3d.f37 integer i,j, i1,j1, l,lint, tdof local
65 call inmate(d,tdof,nen,6)
H A Dmembr3d.f31 integer ndm,ndf,nst,isw, tdof, i local
44 call inmate(d,tdof, 0 ,5)
H A Dmaterial.f2 subroutine inmate(d,tdof,ndv,eltype) argument
45 integer eltype,ietype,imat,ndv,nvis,tdof,i,ii,j,jj,nn,umat,uprm local
58 tdof = gtdof
407 tdof = nint(ev(1))
648 if(ietype.eq.1 .and. tdof.eq.0 .or. ietype.eq.2) then
650 tdof = ndm + 1
844 write(iow,2002) alp,d(9),tdof
846 write(*,2002) alp,d(9),tdof
1345 d(19) = tdof
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/fistr1/src/common/
H A Dfstr_contact.f90114 tdof = 0
117 tdof = tdof+1
119 dofs(tdof) = j
127 tdof=tdof+1
128 nodes(tdof)=nn
129 dofs(tdof ) = k
135 call fstr_append_mpc( tdof, nodes(1:tdof), dofs(1:tdof), val(1:tdof+1), mpcs )
154 tdof = nenode+1
158 values(2:tdof) = 1.d0
162 dofs(1:tdof) = j
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_genARMA11.c116 static float tdof = 0.0f ; variable
117 void mri_genARMA11_set_tdof( float ttt ){ tdof = ttt ; } in mri_genARMA11_set_tdof()
155 if( tdof != 0.0f ){ in mri_genARMA11()
156 zfac = 1.0f/(1.0f-0.25f/fabsf(tdof)) ; in mri_genARMA11()
157 tfac = 0.5f/fabsf(tdof) ; in mri_genARMA11()
167 if( tdof > 0.0f ){ in mri_genARMA11()
173 } else if( tdof < 0.0f ){ in mri_genARMA11()
H A D3dSimARMA11.c87 float tdof=0.0f , atd=0.0f ; in main() local
89 tdof = (float)strtod(argv[iarg],NULL) ; atd = fabsf(tdof) ; in main()
91 if( tdof != 0.0f ){ in main()
92 INFO_message("Transforming Gaussian deviates to t(DOF=%g)",tdof) ; in main()
93 mri_genARMA11_set_tdof(tdof) ; in main()
/dports/science/lammps/lammps-stable_29Sep2021/src/MANIFOLD/
H A Dfix_nvt_manifold_rattle.cpp93 tdof = 0; in FixNVTManifoldRattle()
208 tdof = temperature->dof; in setup()
212 eta_mass[0] = tdof * boltz * t_target * inv_t_freq2; in setup()
227 tdof = temperature->dof; in compute_temp_target()
234 tdof = temperature->dof; in compute_temp_target()
236 ke_target = tdof * boltz * t_target; in compute_temp_target()
246 double expfac, kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
248 eta_mass[0] = tdof * boltz * t_target * inv_t_freq2; in nhc_temp_integrate()
284 kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
H A Dfix_nvt_manifold_rattle.h78 double boltz, nktv2p, tdof; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/SHOCK/
H A Dfix_nphug.cpp201 ke_target = tdof*boltz*t_target; in setup()
213 ke_target = tdof * boltz * t_target; in compute_temp_target()
226 ekin *= 0.5 * tdof * force->boltz; in compute_etotal()
269 dhugo /= tdof * boltz; in compute_hugoniot()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_temp_berendsen.cpp135 double tdof = temperature->dof; in end_of_step() local
139 if (tdof < 1) return; in end_of_step()
168 double efactor = 0.5 * force->boltz * tdof; in end_of_step()
H A Dfix_nh.h48 double boltz, nktv2p, tdof; variable
H A Dfix_nh.cpp765 tdof = temperature->dof; in setup()
807 eta_mass[0] = tdof * boltz * t_target / (t_freq*t_freq); in setup()
924 tdof = temperature->dof; in final_integrate()
1785 double kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
1790 eta_mass[0] = tdof * boltz * t_target / (t_freq*t_freq); in nhc_temp_integrate()
1823 kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
2237 ke_target = tdof * boltz * t_target; in compute_temp_target()
2282 mtk_term1 = tdof * boltz * t_current; in nh_omega_dot()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_temp_csvr.cpp305 const double tdof = temperature->dof; in resamplekin() local
307 const double c2 = (1.0-c1)*ekin_new/ekin_old/tdof; in resamplekin()
309 const double r2 = sumnoises(tdof - 1); in resamplekin()
H A Dfix_npt_cauchy.h55 double boltz, nktv2p, tdof; variable
/dports/math/mfem/mfem-4.3/fem/
H A Dhybridization.cpp388 for (int tdof = 0; tdof < R->Height(); tdof++) in Init() local
390 if (free_tdof_marker[tdof]) { continue; } in Init()
392 const int ncols = R->RowSize(tdof); in Init()
393 const int *cols = R->GetRowColumns(tdof); in Init()
394 const double *vals = R->GetRowEntries(tdof); in Init()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex24.c122 PetscInt tdof = i%2 ? 2*i -1 : i+2; in main() local
123 ierr = PetscSectionSetDof(tpws, i, tdof);CHKERRQ(ierr); in main()
205 PetscInt tdof = i%2 ? i+1 : size - i; in main() local
206 ierr = PetscSectionSetDof(tpws, i, tdof);CHKERRQ(ierr); in main()
/dports/science/lammps/lammps-stable_29Sep2021/src/BOCS/
H A Dfix_bocs.h57 double boltz, nktv2p, tdof; variable
H A Dfix_bocs.cpp868 tdof = temperature->dof; in setup()
906 eta_mass[0] = tdof * boltz * t_target / (t_freq*t_freq); in setup()
1023 tdof = temperature->dof; in final_integrate()
1892 double kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
1897 eta_mass[0] = tdof * boltz * t_target / (t_freq*t_freq); in nhc_temp_integrate()
1930 kecurrent = tdof * boltz * t_current; in nhc_temp_integrate()
2344 ke_target = tdof * boltz * t_target; in compute_temp_target()
2389 mtk_term1 = tdof * boltz * t_current; in nh_omega_dot()
/dports/science/lammps/lammps-stable_29Sep2021/src/DRUDE/
H A Dfix_tgnh_drude.h47 double boltz, nktv2p, tdof; variable
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dfix_nh_kokkos.cpp122 tdof = temperature->dof; in setup()
136 eta_mass[0] = tdof * boltz * t_target / (t_freq*t_freq); in setup()
265 tdof = temperature->dof; in final_integrate()
/dports/math/mfem/mfem-4.3/linalg/
H A Dconstraints.cpp768 int tdof = CanonicalNodeNumber(fespace, k, parallel); in BuildNormalConstraints() local
769 if (tdof >= 0) { constrained_tdofs.insert(tdof); } in BuildNormalConstraints()

1234