Home
last modified time | relevance | path

Searched refs:numNode (Results 1 – 25 of 88) sorted by relevance

1234

/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh.h208 m_x.resize(numNode); // coordinates in AllocateNodePersistent()
209 m_y.resize(numNode); in AllocateNodePersistent()
210 m_z.resize(numNode); in AllocateNodePersistent()
212 m_xd.resize(numNode); // velocities in AllocateNodePersistent()
213 m_yd.resize(numNode); in AllocateNodePersistent()
214 m_zd.resize(numNode); in AllocateNodePersistent()
217 m_ydd.resize(numNode); in AllocateNodePersistent()
218 m_zdd.resize(numNode); in AllocateNodePersistent()
220 m_fx.resize(numNode); // forces in AllocateNodePersistent()
221 m_fy.resize(numNode); in AllocateNodePersistent()
[all …]
H A Dlulesh-viz.cc156 coords[0] = new float[domain.numNode()] ; in DumpDomainToVisit()
157 coords[1] = new float[domain.numNode()] ; in DumpDomainToVisit()
158 coords[2] = new float[domain.numNode()] ; in DumpDomainToVisit()
159 for (int ni=0; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
226 float *zd = new float[domain.numNode()]; in DumpDomainToVisit()
227 float *yd = new float[domain.numNode()]; in DumpDomainToVisit()
228 float *xd = new float[domain.numNode()]; in DumpDomainToVisit()
229 float *speed = new float[domain.numNode()]; in DumpDomainToVisit()
230 for(int ni=0 ; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
238 domain.numNode(), NULL, 0, DB_FLOAT, DB_NODECENT, in DumpDomainToVisit()
[all …]
H A Dlulesh-init.cc78 AllocateNodePersistent(numNode()) ; in Domain()
95 for (Index_t i=0; i<numNode(); ++i) { in Domain()
101 for (Index_t i=0; i<numNode(); ++i) { in Domain()
107 for (Index_t i=0; i<numNode(); ++i) { in Domain()
262 Index_t *nodeElemCount = new Index_t[numNode()] ; in SetupThreadSupportStructures()
264 for (Index_t i=0; i<numNode(); ++i) { in SetupThreadSupportStructures()
275 m_nodeElemStart = new Index_t[numNode()+1] ; in SetupThreadSupportStructures()
279 for (Index_t i=1; i <= numNode(); ++i) { in SetupThreadSupportStructures()
284 m_nodeElemCornerList = new Index_t[m_nodeElemStart[numNode()]]; in SetupThreadSupportStructures()
286 for (Index_t i=0; i < numNode(); ++i) { in SetupThreadSupportStructures()
[all …]
H A Dlulesh_tuple.h162 void AllocateNodePersistent(Int_t numNode) // Node-centered in AllocateNodePersistent() argument
164 m_coord.resize(numNode); // coordinates in AllocateNodePersistent()
166 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
168 m_acc.resize(numNode); // accelerations in AllocateNodePersistent()
170 m_force.resize(numNode); // forces in AllocateNodePersistent()
172 m_nodalMass.resize(numNode); // mass in AllocateNodePersistent()
404 Index_t& numNode() { return m_numNode; } in numNode() function
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh-viz.cpp163 coords[0] = new float[domain.numNode()]; in DumpDomainToVisit()
164 coords[1] = new float[domain.numNode()]; in DumpDomainToVisit()
165 coords[2] = new float[domain.numNode()]; in DumpDomainToVisit()
166 for (int ni = 0; ni < domain.numNode(); ++ni) in DumpDomainToVisit()
238 float *zd = new float[domain.numNode()]; in DumpDomainToVisit()
239 float *yd = new float[domain.numNode()]; in DumpDomainToVisit()
240 float *xd = new float[domain.numNode()]; in DumpDomainToVisit()
241 float *speed = new float[domain.numNode()]; in DumpDomainToVisit()
242 for(int ni = 0; ni < domain.numNode(); ++ni) in DumpDomainToVisit()
251 domain.numNode(), NULL, 0, DB_FLOAT, DB_NODECENT, in DumpDomainToVisit()
[all …]
H A Dlulesh.hpp214 m_x.resize(numNode); // coordinates in AllocateNodePersistent()
215 m_y.resize(numNode); in AllocateNodePersistent()
216 m_z.resize(numNode); in AllocateNodePersistent()
218 m_xd.resize(numNode); // velocities in AllocateNodePersistent()
219 m_yd.resize(numNode); in AllocateNodePersistent()
220 m_zd.resize(numNode); in AllocateNodePersistent()
223 m_ydd.resize(numNode); in AllocateNodePersistent()
224 m_zdd.resize(numNode); in AllocateNodePersistent()
226 m_fx.resize(numNode); // forces in AllocateNodePersistent()
227 m_fy.resize(numNode); in AllocateNodePersistent()
[all …]
H A Dlulesh_tuple.hpp138 void AllocateNodePersistent(Int_t numNode) // Node-centered in AllocateNodePersistent() argument
140 m_coord.resize(numNode); // coordinates in AllocateNodePersistent()
142 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
144 m_acc.resize(numNode); // accelerations in AllocateNodePersistent()
146 m_force.resize(numNode); // forces in AllocateNodePersistent()
148 m_nodalMass.resize(numNode); // mass in AllocateNodePersistent()
380 Index_t& numNode() { return m_numNode ; } in numNode() function in Domain
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh-viz.cc151 coords[0] = new float[domain.numNode()] ; in DumpDomainToVisit()
152 coords[1] = new float[domain.numNode()] ; in DumpDomainToVisit()
153 coords[2] = new float[domain.numNode()] ; in DumpDomainToVisit()
154 for (int ni=0; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
221 float *zd = new float[domain.numNode()]; in DumpDomainToVisit()
222 float *yd = new float[domain.numNode()]; in DumpDomainToVisit()
223 float *xd = new float[domain.numNode()]; in DumpDomainToVisit()
224 float *speed = new float[domain.numNode()]; in DumpDomainToVisit()
225 for(int ni=0 ; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
233 domain.numNode(), NULL, 0, DB_FLOAT, DB_NODECENT, in DumpDomainToVisit()
[all …]
H A Dlulesh.h145 m_x.resize(numNode); // coordinates in AllocateNodePersistent()
146 m_y.resize(numNode); in AllocateNodePersistent()
147 m_z.resize(numNode); in AllocateNodePersistent()
149 m_xd.resize(numNode); // velocities in AllocateNodePersistent()
150 m_yd.resize(numNode); in AllocateNodePersistent()
151 m_zd.resize(numNode); in AllocateNodePersistent()
154 m_ydd.resize(numNode); in AllocateNodePersistent()
155 m_zdd.resize(numNode); in AllocateNodePersistent()
157 m_fx.resize(numNode); // forces in AllocateNodePersistent()
158 m_fy.resize(numNode); in AllocateNodePersistent()
[all …]
H A Dlulesh-init.cc71 AllocateNodePersistent(numNode()) ; in Domain()
88 for (Index_t i=0; i<numNode(); ++i) { in Domain()
94 for (Index_t i=0; i<numNode(); ++i) { in Domain()
100 for (Index_t i=0; i<numNode(); ++i) { in Domain()
269 Index_t *nodeElemCount = new Index_t[numNode()] ; in SetupThreadSupportStructures()
271 for (Index_t i=0; i<numNode(); ++i) { in SetupThreadSupportStructures()
282 m_nodeElemStart = new Index_t[numNode()+1] ; in SetupThreadSupportStructures()
286 for (Index_t i=1; i <= numNode(); ++i) { in SetupThreadSupportStructures()
291 m_nodeElemCornerList = new Index_t[m_nodeElemStart[numNode()]]; in SetupThreadSupportStructures()
293 for (Index_t i=0; i < numNode(); ++i) { in SetupThreadSupportStructures()
[all …]
H A Dlulesh_tuple.h142 void AllocateNodePersistent(Int_t numNode) // Node-centered in AllocateNodePersistent() argument
144 m_coord.resize(numNode); // coordinates in AllocateNodePersistent()
146 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
148 m_acc.resize(numNode); // accelerations in AllocateNodePersistent()
150 m_force.resize(numNode); // forces in AllocateNodePersistent()
152 m_nodalMass.resize(numNode); // mass in AllocateNodePersistent()
384 Index_t& numNode() { return m_numNode ; } in numNode() function
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh-viz.cc151 coords[0] = new float[domain.numNode()] ; in DumpDomainToVisit()
152 coords[1] = new float[domain.numNode()] ; in DumpDomainToVisit()
153 coords[2] = new float[domain.numNode()] ; in DumpDomainToVisit()
154 for (int ni=0; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
221 float *zd = new float[domain.numNode()]; in DumpDomainToVisit()
222 float *yd = new float[domain.numNode()]; in DumpDomainToVisit()
223 float *xd = new float[domain.numNode()]; in DumpDomainToVisit()
224 float *speed = new float[domain.numNode()]; in DumpDomainToVisit()
225 for(int ni=0 ; ni < domain.numNode() ; ++ni) { in DumpDomainToVisit()
233 domain.numNode(), NULL, 0, DB_FLOAT, DB_NODECENT, in DumpDomainToVisit()
[all …]
H A Dlulesh.h149 m_x.resize(numNode); // coordinates in AllocateNodePersistent()
150 m_y.resize(numNode); in AllocateNodePersistent()
151 m_z.resize(numNode); in AllocateNodePersistent()
153 m_xd.resize(numNode); // velocities in AllocateNodePersistent()
154 m_yd.resize(numNode); in AllocateNodePersistent()
155 m_zd.resize(numNode); in AllocateNodePersistent()
158 m_ydd.resize(numNode); in AllocateNodePersistent()
159 m_zdd.resize(numNode); in AllocateNodePersistent()
161 m_fx.resize(numNode); // forces in AllocateNodePersistent()
162 m_fy.resize(numNode); in AllocateNodePersistent()
[all …]
H A Dlulesh-init.cc77 AllocateNodePersistent(numNode()) ; in Domain()
94 for (Index_t i=0; i<numNode(); ++i) { in Domain()
100 for (Index_t i=0; i<numNode(); ++i) { in Domain()
106 for (Index_t i=0; i<numNode(); ++i) { in Domain()
341 Index_t *nodeElemCount = new Index_t[numNode()] ; in SetupThreadSupportStructures()
343 for (Index_t i=0; i<numNode(); ++i) { in SetupThreadSupportStructures()
354 m_nodeElemStart = new Index_t[numNode()+1] ; in SetupThreadSupportStructures()
358 for (Index_t i=1; i <= numNode(); ++i) { in SetupThreadSupportStructures()
363 m_nodeElemCornerList = new Index_t[m_nodeElemStart[numNode()]]; in SetupThreadSupportStructures()
365 for (Index_t i=0; i < numNode(); ++i) { in SetupThreadSupportStructures()
[all …]
H A Dlulesh_tuple.h142 void AllocateNodePersistent(Int_t numNode) // Node-centered in AllocateNodePersistent() argument
144 m_coord.resize(numNode); // coordinates in AllocateNodePersistent()
146 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
148 m_acc.resize(numNode); // accelerations in AllocateNodePersistent()
150 m_force.resize(numNode); // forces in AllocateNodePersistent()
152 m_nodalMass.resize(numNode); // mass in AllocateNodePersistent()
384 Index_t& numNode() { return m_numNode ; } in numNode() function
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DF_Misc.cpp285 int numNode = Current.NumEntity; in F_VirtualWork() local
355 int numNode = Current.NumEntity; in F_NodeForceDensity() local
436 int numNode = Current.NumEntity; in F_Felec() local
509 int numNode = Current.NumEntity; in F_dFxdux() local
575 int numNode = Current.NumEntity; in F_dFydux() local
642 int numNode = Current.NumEntity; in F_dFzdux() local
709 int numNode = Current.NumEntity; in F_dFxduy() local
776 int numNode = Current.NumEntity; in F_dFyduy() local
843 int numNode = Current.NumEntity; in F_dFzduy() local
910 int numNode = Current.NumEntity; in F_dFxduz() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/pretty/
H A Dnode.go11 numNode = 'n' const
75 case strNode, numNode:
115 case strNode, numNode:
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java73 int numNode = orgNodeList.size(); in applyDifference() local
75 for (int i = 0; i < numNode; i++) { in applyDifference()
81 Debug.log(Debug.INFO, "checking node " + (i + 1) + " of " + numNode); in applyDifference()
95 i < numNode - 1) { in applyDifference()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/merge/
H A DCharacterBaseParagraphMerge.java73 int numNode = orgNodeList.size(); in applyDifference() local
75 for (int i = 0; i < numNode; i++) { in applyDifference()
81 Debug.log(Debug.INFO, "checking node " + (i + 1) + " of " + numNode); in applyDifference()
95 i < numNode - 1) { in applyDifference()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/tests/
H A Dtsrdoctr.cc46 DSRNumTreeNode *numNode = new DSRNumTreeNode(DSRTypes::RT_contains); in OFTEST() local
47 OFCHECK(tree.addContentItem(numNode, DSRTypes::AM_belowCurrent).good()); in OFTEST()
48 if (numNode != NULL) in OFTEST()
50 OFCHECK(numNode->getRelationshipType() == DSRTypes::RT_contains); in OFTEST()
51 OFCHECK(numNode->getValueType() == DSRTypes::VT_Num); in OFTEST()
52 OFCHECK(numNode->setConceptName(DSRCodedEntryValue("121206", "DCM", "Distance")).good()); in OFTEST()
53 OFCHECK(numNode->setValue("1.5", DSRCodedEntryValue("cm", "UCUM", "centimeter")).good()); in OFTEST()
54 OFCHECK(numNode->setRationalRepresentation(3, 2).good()); in OFTEST()
55 OFCHECK(numNode->setFloatingPointRepresentation(1.5).good()); in OFTEST()
174 DSRNumTreeNode numNode(DSRTypes::RT_contains); in OFTEST() local
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/godbus/dbus/v5/
H A Dvariant_parser.go134 type numNode struct { struct
151 func (n numNode) Infer() (Signature, error) { argument
158 func (n numNode) String() string { argument
162 func (n numNode) Sigs() sigSet { argument
172 func (n numNode) Value(sig Signature) (interface{}, error) { argument
184 return numNode{str: tok.val}, nil
190 return numNode{sig: sig, val: num}, nil
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/vendor/github.com/godbus/dbus/
H A Dvariant_parser.go134 type numNode struct { struct
151 func (n numNode) Infer() (Signature, error) { argument
158 func (n numNode) String() string { argument
162 func (n numNode) Sigs() sigSet { argument
172 func (n numNode) Value(sig Signature) (interface{}, error) { argument
184 return numNode{str: tok.val}, nil
190 return numNode{sig: sig, val: num}, nil
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/godbus/dbus/
H A Dvariant_parser.go134 type numNode struct { struct
151 func (n numNode) Infer() (Signature, error) { argument
158 func (n numNode) String() string { argument
162 func (n numNode) Sigs() sigSet { argument
172 func (n numNode) Value(sig Signature) (interface{}, error) { argument
184 return numNode{str: tok.val}, nil
190 return numNode{sig: sig, val: num}, nil
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/godbus/dbus/v5/
H A Dvariant_parser.go134 type numNode struct { struct
151 func (n numNode) Infer() (Signature, error) { argument
158 func (n numNode) String() string { argument
162 func (n numNode) Sigs() sigSet { argument
172 func (n numNode) Value(sig Signature) (interface{}, error) { argument
184 return numNode{str: tok.val}, nil
190 return numNode{sig: sig, val: num}, nil
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/godbus/dbus/
H A Dvariant_parser.go134 type numNode struct { struct
151 func (n numNode) Infer() (Signature, error) { argument
158 func (n numNode) String() string { argument
162 func (n numNode) Sigs() sigSet { argument
172 func (n numNode) Value(sig Signature) (interface{}, error) { argument
184 return numNode{str: tok.val}, nil
190 return numNode{sig: sig, val: num}, nil

1234