| .bas |
local coordinate system definitions |
| .cta |
sensor observation matrix.
Used by fe_sens. |
| .copt |
solver options.
For use by upcom.
This field is likely to disappear in favor of defaults in sdtdef. |
| .DOF |
DOF definition vector for the matrices of the model. Boundary conditions can be imposed using cases. |
| .Elt |
elements. This field is mandatory. |
| .file |
Storage file name.
Used by upcom. |
| .il |
element property description matrix. Can also be stored as
'pro' entries in the Stack. |
| .K{i} |
cell array of constant matrices for description of model as a linear combination. Indices i match definitions in .Opt(2,:) and .Opt(3,:). Should be associated with a .Klab field giving a string definition of each matrix.
See details in the fe_super reference. |
| .mind |
element matrix indices.
Used by upcom. |
| .Node |
nodes. This field is mandatory. |
| .Opt |
options characterizing models that are to be used as superelements |
| .pl |
material property description matrix. Can also be stored
as 'mat' entries in the Stack. |
| .Patch |
Patch face matrix.
See fe_super. |
| .Stack |
A cell array containing optional properties further characterizing a finite element model. See stack_get for how to handle the stack and the next section for a list of standardized entries. |
| |
| .TR |
projection matrix.
See fe_super. |
| .unit |
main model unit system (see fe_mat convert
for a list of supported unit systems and the associated two letter codes). |
| .wd |
working directory |