rhs#
- MapdlMath.rhs(dtype=<class 'numpy.float64'>, name=None, fname='file.full', asarray=False)[source]#
Return the load vector from a full file.
- Parameters:
- dtype
numpy.dtype
,optional
Data type to store the vector as. Defaults to
np.double
.- name
str
,optional
APDLMath matrix name. Optional and defaults to a random name.
- fname
str
,optional
Filename to read the vector from. Defaults to
"file.full"
.- asarraybool,
optional
Return a scipy array rather than an APDLMath matrix.
- dtype
- Returns:
numpy.ndarray
oransys.mapdl.math.AnsVec
Numpy or APDL vector instance generated from the file.
Examples
>>> rhs = mm.rhs(fname='PRSMEMB.full') APDLMath Vector Size 126