Home
last modified time | relevance | path

Searched refs:uiKmax (Results 1 – 2 of 2) sorted by relevance

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A DAdrOp.cpp56 uiKmax=muiKmax; in AdrOp()
59 else if (uiDimension==3) uiSize=uiImax*uiJmax*uiKmax; in AdrOp()
85 uiKmax=origOP->uiKmax; in AdrOp()
202 if (muiKrel+(int)uiKpos>(int)uiKmax-1) muiKrel=2*(uiKmax-1-uiKpos)-muiKrel+uiTypeOffset; in GetPos()
232 if (uiKmax>0) in GetPosFromNode()
234 k=help%uiKmax; in GetPosFromNode()
235 help=help/uiKmax; in GetPosFromNode()
270 unsigned int uiMax[4]={uiImax,uiJmax,uiKmax,uiLmax}; in GetNodeVolume()
299 unsigned int uiMax[4]={uiImax,uiJmax,uiKmax,uiLmax}; in GetIndexWidth()
312 unsigned int uiMax[4]={uiImax,uiJmax,uiKmax,uiLmax}; in GetIndexCoord()
[all …]
H A DAdrOp.h120 unsigned int uiImax,uiJmax,uiKmax,uiLmax; variable