Home
last modified time | relevance | path

Searched refs:CellVolume (Results 1 – 7 of 7) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/pydemo/
H A Ddiscontinuousgalerkin.py29 from ufl import as_vector, avg, jump, dS, CellVolume, FacetArea, atan, tanh, sin
35 he = avg( CellVolume(space) ) / FacetArea(space)
36 hbnd = CellVolume(space) / FacetArea(space)
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A Dsar_calculation.cpp177 power += CalcLocalPowerDensity(pos)*CellVolume(pos); in CalcSARPower()
400 volume += CellVolume(f_pos)*weight[0]*weight[1]*weight[2]; in GetCubicalMass()
403 bg_volume += CellVolume(f_pos)*weight[0]*weight[1]*weight[2]; in GetCubicalMass()
459 power_mass += CalcLocalPowerDensity(f_pos) * CellVolume(f_pos)*weight[0]*weight[1]*weight[2]; in CalcCubicalSAR()
642 double SAR_Calculation::CellVolume(unsigned int pos[3]) in CellVolume() function in SAR_Calculation
655 return m_cell_density[pos[0]][pos[1]][pos[2]]*CellVolume(pos); in CellMass()
H A Dsar_calculation.h118 double CellVolume(unsigned int pos[3]);
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/test/
H A Dtestd2.py32 hT = CellVolume(uflSpace.cell())
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DkSpaceJastrow.h84 RealType CellVolume, NormConstant; variable
H A DkSpaceJastrow.cpp786 CellVolume = old.CellVolume; in copyFrom()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/models/integrands/
H A Dufl.py5 from ufl import CellVolume, MinCellEdgeLength, MaxCellEdgeLength
210 cellVolume = CellVolume(form.ufl_cell())