[Index for ./FEM]
[Return to Master Index]
is_valid_struct2
(./FEM/is_valid_struct2.m)
Function Synopsis
errflag=is_valid_struct2(fem_grid_struct)
Help text
IS_VALID_STRUCT2 - Determine if the input structure is "valid"
IS_VALID_STRUCT2 determines whether or not the input
structure contains additional field data beyond the
minimum valid fields checked for by IS_VALID_STRUCT.
Recall that a valid FEM_GRID_STRUCT contains (atleast)
the following (NOT EMPTY) fields:
.name,.e,.x,.y,.z,.bnd
IS_VALID_STRUCT2 verifies the existence of .A, .B, .A0,
and .T which are filled by BELINT, and of .ar filled by
EL_AREAS. These additional FEM fields are needed by
OPNML/MATLAB element-finding, basis and interpotion
routines.
CALL: errflag=is_valid_struct2(fem_grid_struct)
Written by : Brian O. Blanton
Summer 1998
Cross-Reference Information
This function is called by
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF