Download VISUAL3 User's & Programmer's Manual

Transcript
The following messages are generated during face matching for connectivity. If VISUAL3
sees the file ‘.Visual3.struc’ and it appears valid, the connectivity checking is not performed
and you will not see these errors.
• Warning - Cell(s) exist with no neighbor or surface face!
This is not an error. Faces were found that are bounding the volume(s) and were not
in the surface list. Another ‘Domain Surface’ is added that is the collection of these
faces and is called Others.
• Warning - face table increased by num!
This is not an error. Face matching requires more memory than initially allocated.
This may be because there are many faces internally that do not match. Or, that
KSURF does not cover the husk of the volume.
• Warning - edge table increased by num!
This is not an error. Edge matching requires more memory than initially allocated.
• Warning - surf allocation overflow! - KSURF = num!
This is not an error. The initial allocation for the surface structures was too small.
These are re-allocated and the process of filling the surface data continues.
• ERROR - face table allocation error!
The initial allocation for the face table has failed! The problem is too big for the
amount of memory available.
• ERROR - face table overflow @ array(num)!
An attempt to re-allocate the face table has failed. The problem is too big for the
amount of memory available.
• ERROR - edge table overflow @ array(num)!
An attempt to re-allocate the edge table has failed. The problem is too big!
• ERROR - array(num) degenerate face! # kc
A degenerate face was found in the cell array indexed by num. If the cell is really
degenerate (has the same node numbers in multiple entries) use the appropriate cell
type!
58