PrintA Command: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to print the current global system matrix. The limitation of the command is that the system being used must be a FullGeneral. {| | s...') |
No edit summary |
||
Line 2: | Line 2: | ||
This command is used to print the current global system matrix. The limitation of the command is that the system being used must be a | This command is used to print the current global system matrix. The limitation of the command is that the system being used must be a | ||
FullGeneral | [[FullGeneral command | FullGeneral]] | ||
{| | {| |
Revision as of 00:53, 19 November 2013
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to print the current global system matrix. The limitation of the command is that the system being used must be a FullGeneral
printA <-file $fileName> |
$fileName | (optional) name of file to which data will be sent. overwrites existing file. default is to print to stderr) |
NOTES:
The printA command can only be issued after an analyze command; it will invoke formTangent() on the integrator and spits out the result of theSOE->getA(). As a consequence, the output is either a transformed K matrix or some transformed combination of K, C and M. what the transformation is depends on the constraints and the constraint handler;
As previously stated, the system used must be a FullGeneral.
EXAMPLE:
printA
Code Developed by: fmk