HyperMesh Reference Guide
Table of Contents
API Programmer's Guides
2017 API Programmer's Guide
14.0 API Programmer's Guide
13.0 API Programmer's Guide
12.0 API Programmer's Guide
11.0 API Programmer's Guide
10.0 API Programmer's Guide
9.0 API Programmer's Guide
Data Names
accelerometers
assemblies
bags
beamsectcols
beamsects
blocks
bodies
boxes
cards
collections
components
configurations
connectors
constrainedextranodes
constrainedrigidbodies
constraints
contactsurfs
controlvols
crosssections
curves
ddvals
dequations
designvars
desvarlinks
directmatrixinputs
dobjrefs
domains
dvprels
elements
ellipsoids
encryptions
equations
features
fields
global
groups
handles
includefiles
joints
laminates
lines
loadcols
loads
loadsteps
materials
mbjoints
mbplanes
mechanisms
meshcontrols
metadata
modules
morphconstraints
morphvolumes
multibodies
nodes
objectives
opticonstraints
opticontrols
optidscreens
optiresponses
outputblocks
parameters
plies
plots
points
positions
properties
regions
rigidwalls
sensors
sets
shapes
solids
surfaces
symmetries
systemcols
systems
tables
tags
titles
transformations
vectorcols
vectors
Ext API
Header Files
Library Files
Running
Examples
Commands and Functions
FE Input Readers
Result Readers
hmlib
hminlib
hmmodlib
hmreslib
Creating FE Input Readers
Commands and Functions
HMASCII
Input Format
Output Format
Commands and Functions
Model Checker
Config File
Checks and Corrections
Scripts
Introduction
Creating Scripts
Running Scripts
Commands and Functions
Solver Templates
Card Previewer
Creating Solver Templates
Commands and Functions
Index
Search
Home
Table of Contents
FE Input Readers
Commands and Functions
hmmodlib Functions
Storage Functions
Table of Contents
API Programmer's Guides
Data Names
Ext API
FE Input Readers
Result Readers
hmlib
hminlib
hmmodlib
hmreslib
Creating FE Input Readers
Commands and Functions
hmlib Functions
hminlib Functions
hmmodlib Functions
Access Functions
Averaging Functions
Comparison Functions
Model Construction Functions
Scanning Functions
Storage Functions
HMMOD_elementidsetcentroidalresult()
HMMOD_elementidsetintegrationpointresult()
HMMOD_elementidsetnodeonelementresult()
HMMOD_elementidsetvalue()
HMMOD_elementsetcentroidalresult()
HMMOD_elementsetintegrationpointresult()
HMMOD_elementsetnodeonelementresult()
HMMOD_elementsetuservalue()
HMMOD_elementsetvalue()
HMMOD_nodeidsetdisplacement()
HMMOD_nodeidsetresult()
HMMOD_nodeidsetvalue()
HMMOD_nodesetdisplacement()
HMMOD_nodesetresult()
HMMOD_nodesetuservalue()
HMMOD_nodesetvalue()
HMMOD_nodevaluestoreresult()
HMMOD_storeresults()
Transfer Functions
Utility Functions
hmreslib Functions
HMASCII
Model Checker
Scripts
Solver Templates
Storage Functions
HMMOD_elementidsetcentroidalresult()
Assigns a centroidal result for an element specified by ID, layer, and index.
HMMOD_elementidsetintegrationpointresult()
Assigns a value to the result at an integration point of an element specified by ID, layer, integration point, and index.
HMMOD_elementidsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by ID, layer, node index, and index.
HMMOD_elementidsetvalue()
Assigns a value to an element identified by ID.
HMMOD_elementsetcentroidalresult()
Assigns a value to the result at the centroid of an element specified by element pointer, layer, and index.
HMMOD_elementsetintegrationpointresult()
Assigns a value to the integration point result of an element specified by element pointer, integration point, layer and index.
HMMOD_elementsetnodeonelementresult()
Assigns a value to the result at a node-on-element point of an element specified by element pointer, layer, node index, and index.
HMMOD_elementsetuservalue()
Modifies the value of an element.
HMMOD_elementsetvalue()
Assigns a value to an element specified by element pointer.
HMMOD_nodeidsetdisplacement()
Assigns displacement values to a node specified by ID.
HMMOD_nodeidsetresult()
Assigns a nodal result value to a node specified by ID, layer, and index.
HMMOD_nodeidsetvalue()
Assigns a value to a node specified by ID.
HMMOD_nodesetdisplacement()
Assigns displacement values to a node specified by the node pointer.
HMMOD_nodesetresult()
Assigns a nodal result to a node specified by the node pointer, layer and index.
HMMOD_nodesetuservalue()
Modifies the value of a node.
HMMOD_nodesetvalue()
Assigns a value to a node specified by the node pointer.
HMMOD_nodevaluestoreresult()
Stores the user value as a result for the given layer.
HMMOD_storeresults()
Indicates to hmmodlib that all nodes and elements have been added to the database. This function must be called before storing the results data.