Home
last modified time | relevance | path

Searched refs:faceset (Results 1 – 25 of 133) sorted by relevance

123456

/dports/graphics/Coin/coin-Coin-4.0.0/models/vrml1.0/misc/
H A Dspotlight.wrl88 USE faceset
96 USE faceset
104 USE faceset
112 USE faceset
120 USE faceset
131 USE faceset
139 USE faceset
147 USE faceset
155 USE faceset
163 USE faceset
[all …]
H A Dpointlight.wrl87 USE faceset
95 USE faceset
103 USE faceset
111 USE faceset
119 USE faceset
130 USE faceset
138 USE faceset
146 USE faceset
154 USE faceset
162 USE faceset
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/atc/hardy/
H A Din.eshelby_static82 fix_modify PK1 output boundary_integral eshelby_stress faceset loop0
83 fix_modify PK1 output boundary_integral stress faceset loop0
84 fix_modify PK1 output boundary_integral internal_energy faceset loop0
87 fix_modify PK1 output boundary_integral eshelby_stress faceset loop1
88 fix_modify PK1 output boundary_integral stress faceset loop1
92 fix_modify PK1 output boundary_integral eshelby_stress faceset loop2
93 fix_modify PK1 output boundary_integral stress faceset loop2
97 fix_modify PK1 output boundary_integral eshelby_stress faceset loop3
98 fix_modify PK1 output boundary_integral stress faceset loop3
102 fix_modify PK1 output boundary_integral eshelby_stress faceset loop4
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Datc_boundary_faceset.rst15 * *is* or *add* = select whether to select or add a faceset
16 * faceset_name = name of the faceset
28 This command species the faceset name when using a faceset to compute
29 the MD/FE boundary fluxes. The faceset must already exist.
34 This is only valid when *fe_md_boundary* is set to *faceset*\ .
H A Datc_fe_md_boundary.rst11 fix_modify <AtC fixID> fe_md_boundary <faceset|interpolate|no_boundary>
15 * *faceset* or *interpolate* or *no_boundary*
28 and FE integration regions. Faceset defines a faceset separating the MD
32 correspond to a faceset. No boundary results in no fluxes between the
39 If *faceset* is used, all the AtC non-boundary atoms must lie within and
40 completely fill the domain enclosed by the faceset.
H A Datc_output_boundary_integral.rst11 fix_modify <AtC fixID> output boundary_integral <fieldname> faceset [name]
16 * faceset = required keyword
17 * name= name of faceset
25 fix_modify AtC output boundary_integral stress faceset loop1
H A Datc_output_contour_integral.rst11 fix_modify <AtC fixID> output contour_integral <fieldname> faceset <name> [axis [x|y|z]]
16 * faceset = required keyword
17 * name = name of faceset
26 fix_modify AtC output contour_integral stress faceset loop1
H A Datc_control_momentum.rst17 fix_modify AtC control momentum flux [faceset face_set_id, interpolate]
26 * faceset_id = id of boundary face set (optional, only for *faceset*)
35 fix_modify AtC control momentum flux faceset bndy_faces
H A Datc_control_thermal.rst24 * boundary_integration_type = *faceset* or *interpolate* (optional)
25 * faceset_id = id of boundary face set (optional, only for *faceset*)
37 fix_modify AtC control thermal flux faceset bndy_faces
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/nodes/
H A DRadioButton.cpp.in46 SoNode * faceset; member in RadioButton
87 PRIVATE(this)->faceset = SoAny::scanSceneForName(scene, "faceset");
88 assert(PRIVATE(this)->faceset);
112 assert(PRIVATE(this)->faceset);
119 if ( node == PRIVATE(this)->faceset ) hit = TRUE;
156 " DEF faceset IndexedFaceSet {",
H A DToggleButton.cpp.in46 SoNode * faceset; member in ToggleButton
87 PRIVATE(this)->faceset = SoAny::scanSceneForName(scene, "faceset");
88 assert(PRIVATE(this)->faceset);
112 assert(PRIVATE(this)->faceset);
119 if ( node == PRIVATE(this)->faceset ) hit = TRUE;
160 " DEF faceset IndexedFaceSet {",
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DToggleButton.cpp.in55 SoNode * faceset; member in ToggleButton
96 PRIVATE(this)->faceset = SoAny::scanSceneForName(scene, "faceset");
97 assert(PRIVATE(this)->faceset);
121 assert(PRIVATE(this)->faceset);
128 if ( node == PRIVATE(this)->faceset ) hit = TRUE;
169 " DEF faceset IndexedFaceSet {",
H A DRadioButton.cpp.in55 SoNode * faceset; member in RadioButton
96 PRIVATE(this)->faceset = SoAny::scanSceneForName(scene, "faceset");
97 assert(PRIVATE(this)->faceset);
121 assert(PRIVATE(this)->faceset);
128 if ( node == PRIVATE(this)->faceset ) hit = TRUE;
165 " DEF faceset IndexedFaceSet {",
/dports/math/gap/gap-4.11.0/pkg/hapcryst-0.1.13/lib/
H A Dspacegroups.gi321 function(group,vertexset,faceset)
333 and IsSet(faceset)
334 and ForAll(faceset,IsSet)
335 and vertexset in faceset
348 for face in faceset
369 dim:=Size(faceset[1][1]);
455 and IsSet(faceset)
456 and ForAll(faceset,IsSet)
457 and vertexset in faceset
470 for face in faceset
[all …]
/dports/graphics/py-pivy/pivy-0.6.6/examples/contrib/
H A Dmirrorball.py63 faceset = SoIndexedFaceSet()
64 faceset.coordIndex.setValues(0, len(indices), indices)
68 sep.addChild(faceset)
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DBackground.cpp918 SoIndexedFaceSet * faceset = new SoIndexedFaceSet; in createCubeFace() local
919 faceset->coordIndex.setValues(0, 5, vindices); in createCubeFace()
920 faceset->textureCoordIndex.setValues(0, 5, tindices); in createCubeFace()
922 sep->addChild(faceset); in createCubeFace()
950 SoIndexedFaceSet * faceset = new SoIndexedFaceSet; in modifyCubeFace() local
951 faceset->textureCoordIndex.setValues(0, 5, tindices); in modifyCubeFace()
953 faceset->coordIndex.setValues(0, 5, vindices); in modifyCubeFace()
955 sep->addChild(faceset); in modifyCubeFace()
979 SoIndexedFaceSet * faceset = new SoIndexedFaceSet; in background_vrmltexturechangeCB() local
980 faceset->textureCoordIndex.setValues(0, 5, tindices); in background_vrmltexturechangeCB()
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/atc/thermal/
H A Dbar1d_all_atoms.screen15 ATC: created faceset obndy with 2 faces
16 ATC: created faceset lbndy with 1 faces
17 ATC: created faceset rbndy with 1 faces
H A Dbar1d_hoover.screen15 ATC: created faceset obndy with 2 faces
16 ATC: created faceset lbndy with 1 faces
17 ATC: created faceset rbndy with 1 faces
H A Dbar1d_combined.screen15 ATC: created faceset ibndy with 1 faces
16 ATC: created faceset obndy with 1 faces
H A Dbar1d_flux.screen15 ATC: created faceset ibndy with 2 faces
16 ATC: created faceset obndy with 2 faces
H A Dbar1d_interpolate.screen15 ATC: created faceset ibndy with 2 faces
16 ATC: created faceset obndy with 2 faces
H A Dbar1d_lumped.screen50 ATC: created faceset ibndy with 2 faces
52 ATC: created faceset obndy with 2 faces
105 fix_modify AtC control thermal flux faceset obndy
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DPrescribedDataManager.cpp197 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in fix_flux()
220 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in unfix_flux()
238 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in fix_robin()
261 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in unfix_robin()
277 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in fix_open()
292 = & ( (feEngine_->fe_mesh())->faceset(facesetName)); in unfix_open()
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dimage.c430 int faceset) { in finish_face_cmd() argument
778 face_info.faceset = onset; in get_image_info()
803 int stop, imagenum, slen, faceset; in get_image_sums() local
838 faceset = *cp; in get_image_sums()
850 finish_face_cmd(imagenum, checksum, 1, (char *)cp, faceset); in get_image_sums()
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/atc/two_temperature/
H A Drestart.screen52 ATC: created faceset bndy with 2 faces
108 ATC: created faceset bndy with 2 faces

123456