| 1064 | } |
| 1065 | |
| 1066 | int |
| 1067 | BasicAnalysisBuilder::formUnbalance() |
| 1068 | { |
| 1069 | if (theStaticIntegrator != nullptr) |
| 1070 | return theStaticIntegrator->formUnbalance(); |
| 1071 | |
| 1072 | else if (theTransientIntegrator != nullptr) |
| 1073 | return theTransientIntegrator->formUnbalance(); |
| 1074 | |
| 1075 | return -1; |
| 1076 | } |
| 1077 | |
| 1078 | |
| 1079 | int |