XC Open source finite element analysis program
ShadowActorSubdomain.h
1 //----------------------------------------------------------------------------
2 // XC program; finite element analysis code
3 // for structural analysis and design.
4 //
5 // Copyright (C) Luis Claudio Pérez Tato
6 //
7 // This program derives from OpenSees <http://opensees.berkeley.edu>
8 // developed by the «Pacific earthquake engineering research center».
9 //
10 // Except for the restrictions that may arise from the copyright
11 // of the original program (see copyright_opensees.txt)
12 // XC is free software: you can redistribute it and/or modify
13 // it under the terms of the GNU General Public License as published by
14 // the Free Software Foundation, either version 3 of the License, or
15 // (at your option) any later version.
16 //
17 // This software is distributed in the hope that it will be useful, but
18 // WITHOUT ANY WARRANTY; without even the implied warranty of
19 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 // GNU General Public License for more details.
21 //
22 //
23 // You should have received a copy of the GNU General Public License
24 // along with this program.
25 // If not, see <http://www.gnu.org/licenses/>.
26 //----------------------------------------------------------------------------
27 /* ****************************************************************** **
28 ** OpenSees - Open System for Earthquake Engineering Simulation **
29 ** Pacific Earthquake Engineering Research Center **
30 ** **
31 ** **
32 ** (C) Copyright 1999, The Regents of the University of California **
33 ** All Rights Reserved. **
34 ** **
35 ** Commercial use of this program without express permission of the **
36 ** University of California, Berkeley, is strictly prohibited. See **
37 ** file 'COPYRIGHT' in main directory for information on usage and **
38 ** redistribution, and for a DISCLAIMER OF ALL WARRANTIES. **
39 ** **
40 ** Developed by: **
41 ** Frank McKenna (fmckenna@ce.berkeley.edu) **
42 ** Gregory L. Fenves (fenves@ce.berkeley.edu) **
43 ** Filip C. Filippou (filippou@ce.berkeley.edu) **
44 ** **
45 ** ****************************************************************** */
46 
47 // $Revision: 1.4 $
48 // $Date: 2005/11/30 23:47:00 $
49 // $Source: /usr/local/cvs/OpenSees/SRC/domain/subdomain/ShadowActorSubdomain.h,v $
50 
51 
52 // Written: fmk
53 // Revision: A
54 //
55 // Description: This file contains the integer codes used in ShadowSubdomain
56 // and the ActorSubdomain classes.
57 //
58 // What: "@(#) ShadowSubdomain.h, revA"
59 namespace XC {
60 static const int ShadowActorSubdomain_setTag = 72;
61 static const int ShadowActorSubdomain_newStep = 73;
62 static const int ShadowActorSubdomain_buildSubdomain = 70;
63 static const int ShadowActorSubdomain_getRemoteData = 71;
64 static const int ShadowActorSubdomain_addElement = 1;
65 static const int ShadowActorSubdomain_addNode = 2;
66 static const int ShadowActorSubdomain_addExternalNode = 3;
67 static const int ShadowActorSubdomain_addSFreedom_Constraint = 4;
68 static const int ShadowActorSubdomain_addMFreedom_Constraint = 5;
69 static const int ShadowActorSubdomain_addLoadPattern = 6;
70 static const int ShadowActorSubdomain_addNodalLoadToPattern = 7;
71 static const int ShadowActorSubdomain_addElementalLoadToPattern = 8;
72 static const int ShadowActorSubdomain_addSFreedom_ConstraintToPattern = 9;
73 static const int ShadowActorSubdomain_removeElement = 10;
74 static const int ShadowActorSubdomain_removeNode = 11;
75 static const int ShadowActorSubdomain_removeSFreedom_Constraint = 12;
76 static const int ShadowActorSubdomain_removeMFreedom_Constraint = 13;
77 static const int ShadowActorSubdomain_removeLoadPattern = 14;
78 static const int ShadowActorSubdomain_removeNodalLoadFromPattern = 15;
79 static const int ShadowActorSubdomain_removeElementalLoadFromPattern = 16;
80 static const int ShadowActorSubdomain_removeSFreedom_ConstraintFromPattern = 17;
81 static const int ShadowActorSubdomain_getElement = 20;
82 static const int ShadowActorSubdomain_getNode = 21;
83 static const int ShadowActorSubdomain_hasElement = 22;
84 static const int ShadowActorSubdomain_hasNode = 23;
85 static const int ShadowActorSubdomain_applyLoad = 32;
86 static const int ShadowActorSubdomain_setLoadConstant = 31;
87 static const int ShadowActorSubdomain_update = 33;
88 static const int ShadowActorSubdomain_updateTimeDt = 38;
89 static const int ShadowActorSubdomain_computeNodalResponse = 37;
90 static const int ShadowActorSubdomain_commit = 34;
91 static const int ShadowActorSubdomain_revertToLastCommit = 35;
92 static const int ShadowActorSubdomain_revertToStart = 36;
93 static const int ShadowActorSubdomain_setDomainDecompAnalysis = 40;
94 static const int ShadowActorSubdomain_domainChange = 41;
95 static const int ShadowActorSubdomain_clearAnalysis = 42;
96 static const int ShadowActorSubdomain_setAnalysisAlgorithm = 43;
97 static const int ShadowActorSubdomain_setAnalysisIntegrator = 44;
98 static const int ShadowActorSubdomain_setAnalysisLinearSOE = 45;
99 static const int ShadowActorSubdomain_setAnalysisConvergenceTest = 46;
100 static const int ShadowActorSubdomain_getTang = 53;
101 static const int ShadowActorSubdomain_getResistingForce = 54;
102 static const int ShadowActorSubdomain_computeTang = 55;
103 static const int ShadowActorSubdomain_computeResidual = 56;
104 static const int ShadowActorSubdomain_getCost = 60;
105 static const int ShadowActorSubdomain_setCommitTag = 25;
106 static const int ShadowActorSubdomain_setCurrentTime = 26;
107 static const int ShadowActorSubdomain_setCommittedTime = 27;
108 static const int ShadowActorSubdomain_DIE = 0;
109 static const int ShadowActorSubdomain_getElementPtr = 90;
110 static const int ShadowActorSubdomain_getNodePtr = 91;
111 static const int ShadowActorSubdomain_Print = 150;
112 static const int ShadowActorSubdomain_addRecorder = 151;
113 static const int ShadowActorSubdomain_removeRecorders = 152;
114 static const int ShadowActorSubdomain_getNodeDisp = 92;
115 static const int ShadowActorSubdomain_setMass = 93;
116 static const int ShadowActorSubdomain_setRayleighDampingFactors = 94;
117 static const int ShadowActorSubdomain_wipeAnalysis = 95;
118 static const int ShadowActorSubdomain_clearAll = 96;
119 
120 } // end of XC namespace
================================================================================
Definition: ContinuaReprComponent.h:34