Home
last modified time | relevance | path

Searched refs:_index_offset (Results 1 – 21 of 21) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/data_objects/index_subobjects/
H A Dunstructured_mesh.py16 _index_offset = 0 variable in UnstructuredMesh
44 ind = self.connectivity_indices[gi, :] - self._index_offset
82 self.connectivity_coords, self.connectivity_indices, self._index_offset
171 self.connectivity_coords, self.connectivity_indices, self._index_offset
186 dt, t = dobj.selector.get_dt_mesh(self, mask.sum(), self._index_offset)
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/datasources/ascii/
H A Dasciiconfigwidget.cpp33 _index_offset(1) in AsciiConfigWidgetInternal()
172 config._dataLine = _startLine->value() - _index_offset; in config()
173 config._fieldsLine = _fieldsLine->value() - _index_offset; in config()
174 config._unitsLine = _unitsLine->value() - _index_offset; in config()
224 _startLine->setValue(config._dataLine + _index_offset); in setConfig()
225 _fieldsLine->setValue(config._fieldsLine + _index_offset); in setConfig()
226 _unitsLine->setValue(config._unitsLine + _index_offset); in setConfig()
H A Dasciiconfigwidget.h43 const int _index_offset;
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/md_tools/
H A Dspectral_energy_density.py27 indices, offsets = _index_offset(ideal, prim)
46 def _index_offset(atoms, prim, atol=1e-3, rtol=0.0): function
/dports/math/py-yt/yt-4.0.1/yt/frontends/moab/
H A Ddata_structures.py18 _index_offset = 1 variable in MoabHex8Mesh
109 _index_offset = 0 variable in PyneHex8Mesh
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dunstructured_mesh_handler.py34 mesh.connectivity_coords, mesh.connectivity_indices, mesh._index_offset
/dports/math/py-yt/yt-4.0.1/yt/geometry/coordinates/
H A Dcartesian_coordinates.py181 offset = index.meshes[mesh_id]._index_offset
254 offset = index.meshes[mesh_id]._index_offset
/dports/math/py-yt/yt-4.0.1/yt/frontends/exodus_ii/
H A Ddata_structures.py16 _index_offset = 1 variable in ExodusIIUnstructuredMesh
/dports/math/py-yt/yt-4.0.1/yt/frontends/stream/
H A Ddata_structures.py623 _index_offset = 0 variable in StreamHexahedralMesh
849 _index_offset = 0 variable in StreamUnstructuredMesh
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A Drender_source.py761 offset = index.meshes[mesh_id]._index_offset
800 offset = index.meshes[mesh_id]._index_offset
/dports/math/py-yt/yt-4.0.1/yt/frontends/athena_pp/
H A Ddata_structures.py36 _index_offset = 0 variable in AthenaPPLogarithmicMesh
/dports/math/py-yt/yt-4.0.1/yt/geometry/_selection_routines/
H A Dselector_object.pxi291 cdef int offset = mesh._index_offset
322 cdef int offset = mesh._index_offset
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DjavaClasses.cpp3289 int java_lang_reflect_Parameter::_index_offset; member in java_lang_reflect_Parameter
3295 macro(_index_offset, k, vmSymbols::index_name(), int_signature, false); \
3336 return param->int_field(_index_offset); in index()
3340 param->int_field_put(_index_offset, value); in set_index()
H A DjavaClasses.hpp720 static int _index_offset; member in java_lang_reflect_Parameter
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DjavaClasses.cpp3308 int java_lang_reflect_Parameter::_index_offset; member in java_lang_reflect_Parameter
3314 macro(_index_offset, k, vmSymbols::index_name(), int_signature, false); \
3355 return param->int_field(_index_offset); in index()
3359 param->int_field_put(_index_offset, value); in set_index()
H A DjavaClasses.hpp744 static int _index_offset; member in java_lang_reflect_Parameter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2996 index_offset = _index_offset; in Init()
3003 GLuint _index_offset) { in Set()
3004 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset); in Set()
14261 GLuint _index_offset, in Init()
14267 index_offset = _index_offset; in Init()
14275 GLuint _index_offset, in Set()
14277 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset, in Set()
14321 GLuint _index_offset, in Init()
14329 index_offset = _index_offset; in Init()
14339 GLuint _index_offset, in Set()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h2996 index_offset = _index_offset; in Init()
3003 GLuint _index_offset) { in Set()
3004 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset); in Set()
14316 GLuint _index_offset, in Init()
14322 index_offset = _index_offset; in Init()
14330 GLuint _index_offset, in Set()
14332 static_cast<ValueType*>(cmd)->Init(_mode, _count, _type, _index_offset, in Set()
14376 GLuint _index_offset, in Init()
14384 index_offset = _index_offset; in Init()
14394 GLuint _index_offset, in Set()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DjavaClasses.cpp3363 int java_lang_reflect_Parameter::_index_offset; member in java_lang_reflect_Parameter
3369 macro(_index_offset, k, vmSymbols::index_name(), int_signature, false); \
3410 return param->int_field(_index_offset); in index()
3414 param->int_field_put(_index_offset, value); in set_index()
H A DjavaClasses.hpp752 static int _index_offset; member in java_lang_reflect_Parameter
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dplot_modifications.py2265 indices = m.connectivity_indices - m._index_offset