11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DCMP Matrix decomposition with extended diagnostics<br />

DCMP<br />

Matrix decomposition with extended diagnostics<br />

Decompose a square matrix [A] into upper and lower triangular factors [U] and [L]<br />

and diagonal matrix [D]. DCMP is identical to DECOMP, but also provides extended<br />

diagnostics.<br />

[ A]<br />

= [ L]<br />

[ U]<br />

for unsymmetric [ A]<br />

[ A]<br />

[ L]<br />

[ D]<br />

[ L]<br />

T =<br />

for symmetric [ A]<br />

Format:<br />

DCMP USET,SIL,EQEXIN,A,PARTVEC,EQMAP/<br />

LD,U,LSEQ/<br />

S,N,KSYM/CHOLSKY/BAILOUT/MAXRATIO/SETNAME/F1/DECOMP/<br />

DEBUG/THRESH/S,N,MINDIAG/S,N,DET/S,N,POWER/S,N,SING/<br />

S,N,NBRCHG/S,N,ERR/LMTROWS $<br />

Input Data Blocks:<br />

USET Degree-of-freedom set membership table.<br />

SIL Scalar index list.<br />

EQEXIN Equivalence between external and internal numbers.<br />

A A square matrix (real or complex, symmetric or unsymmetric).<br />

PARTVEC Partitioning vector specified when A is a partition of SETNAME. Its<br />

rowsize is indicated by SETNAME. A is the zero-th partition from<br />

PARTVEC.<br />

EQMAP Table of degree-of-freedom global-to-local maps for domain<br />

decomposition.<br />

Output Data Blocks:<br />

LD Nonstandard lower triangular factor [L] and diagonal matrix [D] or<br />

Cholesky Factor. [LD] also contains [D] for symmetric decomposition.<br />

U Upper triangular factor or high ratios matrix. If A is unsymmetric then<br />

U is the nonstandard upper triangular factor of [A] or the Cholesky<br />

factor. If A is symmetric and the value of system cell 166 includes the<br />

value of 8 then U contains the contains the "high ratio terms of the<br />

factor diagonal ratios". See Remark 4.<br />

LSEQ Resequencing matrix based on internal resequencing of A.<br />

873

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!