feresPost 3.2.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News feresPost 3.2.6 (Default branch)
# 1  
Old 12-07-2008
feresPost 3.2.6 (Default branch)

feresPost is a Ruby extension that provides the definition of classes and modules devoted to the development of automated post-processing for Nastran or Samcef finite element results. The library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++. License: Freeware Changes:
The "getNeutralLines" and "initWithNeutralLines" methods were added to the four CLA classes that allow you to manipulate NDF lines in Arrays of Strings. The example "CLA calculations with excel and COM component" was improved. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
finite(3M)																finite(3M)

NAME
finite(), finitef(), finitel(), finitew(), finiteq() - finiteness functions SYNOPSIS
DESCRIPTION
The function determines whether its argument has a finite value (zero, subnormal, or normal, and not infinite or NaN). These functions are superseded by the standard macro. They are provided in HP-UX to facilitate importing code from other platform. is a version of it takes a argument. is a version of it takes a argument. is an version of it takes an argument. is equivalent to on HP-UX systems. USAGE
To use these functions, compile either with the default option or with the and options. To use or compile also with the option. Make sure your program includes Link in the math library by specifying on the compiler or linker command line. For more information, see the at the following site: RETURN VALUE
returns a nonzero value if and only if its argument has a finite value. ERRORS
No errors are defined. SEE ALSO
fpclassify(3M) isfinite(3M), isinf(3M), isnan(3M), isnormal(3M), signbit(3M), math(5). STANDARDS CONFORMANCE
These functions are not specified by any current standard. HP Integrity Server Only finite(3M)