Home
last modified time | relevance | path

Searched refs:inv_vol (Results 1 – 13 of 13) sorted by relevance

/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A DSpecies.cpp31 const double inv_vol = 1.0/calc_grid.get_cell_volume(i); in get_concentration() local
32 concentration[i] *= inv_vol; in get_concentration()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DATC_TransferPartitionOfUnity.cpp181 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_potential_stress() local
182 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_potential_stress()
285 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_potential_heatflux() local
286 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_potential_heatflux()
415 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_dislocation_density() local
416 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_dislocation_density()
H A DPerPairQuantity.cpp288 double invVol = kernelFunction_->inv_vol(); in reset()
360 double inv_vol = (invVols_->quantity())(Inode,Inode); in reset() local
361 double val = inv_vol*shp(I)*lineWg_[i]; in reset()
H A DATC_TransferKernel.cpp192 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_potential_stress()
275 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_potential_heatflux()
371 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_dislocation_density()
H A DKernelFunction.h51 double inv_vol(void) const { return invVol_; } in inv_vol() function
H A DTransferLibrary.cpp1772 quantity_ = kernelFunction_->inv_vol(); in reset_quantity()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DATC_TransferPartitionOfUnity.cpp181 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_potential_stress() local
182 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_potential_stress()
285 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_potential_heatflux() local
286 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_potential_heatflux()
415 double inv_vol = (accumulantInverseVolumes_->quantity())(inode,inode); in compute_dislocation_density() local
416 double bond_value = inv_vol*shp(I)*line_wg[i]; in compute_dislocation_density()
H A DPerPairQuantity.cpp287 double invVol = kernelFunction_->inv_vol(); in reset()
360 double inv_vol = (invVols_->quantity())(Inode,Inode); in reset() local
361 double val = inv_vol*shp(I)*lineWg_[i]; in reset()
H A DATC_TransferKernel.cpp192 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_potential_stress()
275 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_potential_heatflux()
371 double kernel_inv_vol = kernelFunction_->inv_vol(); in compute_dislocation_density()
H A DKernelFunction.h51 double inv_vol(void) const { return invVol_; } in inv_vol() function
H A DTransferLibrary.cpp1772 quantity_ = kernelFunction_->inv_vol(); in reset_quantity()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_ks_apply_restraints.F71 REAL(KIND=dp) :: inv_vol local
110 inv_vol = 1.0_dp/cdft_control%group(igroup)%weight%pw%pw_grid%dvol
111 CALL pw_scale(cdft_control%group(igroup)%weight%pw, inv_vol)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_ks_apply_restraints.F71 REAL(KIND=dp) :: inv_vol local
110 inv_vol = 1.0_dp/cdft_control%group(igroup)%weight%pw%pw_grid%dvol
111 CALL pw_scale(cdft_control%group(igroup)%weight%pw, inv_vol)