Home
last modified time | relevance | path

Searched refs:UO (Results 1 – 25 of 1595) sorted by relevance

12345678910>>...64

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dperformcomp.cpp73 UO().CallWCDriverFunction(5); //quit in PerformComputation()
303 UO().CallWCDriverFunction(5); //quit in PerformParameterVariation()
509 UO(UO_LVL_err) << "computation finished\n"; in PostComputationOperations()
514 UO(UO_LVL_err) << "computation stopped by user\n"; in PostComputationOperations()
521 UO(UO_LVL_err) << "rejected steps = " << TIrejectedsteps << ENDL; in PostComputationOperations()
524 UO(UO_LVL_err) << "number of timesteps = " << GetTIit()<< "\n"; in PostComputationOperations()
533 UO(UO_LVL_err) << "allocated vectors = " << GenVecCnt() << "\n"; in PostComputationOperations()
631 UO(UO_LVL_ext) << "sensor " << i << " : [ "; in DoFinalSensorEvaluations()
637 UO(UO_LVL_ext) << v << " "; in DoFinalSensorEvaluations()
639 UO(UO_LVL_ext) << "]\n"; in DoFinalSensorEvaluations()
[all …]
H A Doptimization.cpp66 if(mbs->UO(UO_LVL_dbg2).PrintMsg()) in PrecomputeNewtonFunctionValues()
70 if(mbs->UO(UO_LVL_dbg2).PrintMsg()) in PrecomputeNewtonFunctionValues()
154 if(mbs->UO(UO_LVL_dbg2).PrintMsg()) in NewtonFunctionHesseMatrix()
178 if(mbs->UO(UO_LVL_dbg1).PrintMsg()) in PerformNewtonIteration()
181 mbs->UO(UO_LVL_dbg1, 16) << " gk=" << gk << "\n"; in PerformNewtonIteration()
184 if(mbs->UO(UO_LVL_sim).PrintMsg()) in PerformNewtonIteration()
197 mbs->UO(UO_LVL_multsim) << "H = " << invHk << "\n"; in PerformNewtonIteration()
219 if(mbs->UO(UO_LVL_dbg1).PrintMsg()) in PerformNewtonIteration()
251 …if(mbs->UO(UO_LVL_multsim).PrintMsg()){mbs->UO(UO_LVL_multsim, 16) << "x0" << " = " << xk << ", f0… in PerformNewtonIterations()
278 …if(mbs->UO(UO_LVL_multsim).PrintMsg()){mbs->UO(UO_LVL_multsim, 16) << "x" << k+1 << " = " << xk <<… in PerformNewtonIterations()
[all …]
H A Dinitialize_system.cpp81 UO() << "number of models=" << nmodel << "\n"; in Initialize()
83UO() << "selected model name=" << GetOptions()->GeneralOptions()->ModelFileInternalModelFunctionNa… in Initialize()
87 UO() << "selected model number=" << nm << "\n"; in Initialize()
113UO(UO_LVL_ext) << "Load default model data file ='" << GetSolSet().default_model_data_file << "\n"; in Initialize()
168 UO() << "No model selected!\n"; in Initialize()
246 UO() << "ERROR: could not open stored solution!!!\n"; in SetInitialConditions()
254 UO() << "len=" << len << "\n"; in SetInitialConditions()
255 UO() << "x0-len=" << x0.Length() << "\n"; in SetInitialConditions()
258 if (len > x0.Length()) {UO() << "No stored solution available!!!\n";} in SetInitialConditions()
269 UO() << "**********************\nStored solution loaded!!!\n**********************\n"; in SetInitialConditions()
[all …]
H A Dcomputeeigenmodes.cpp108 UO(UO_LVL_ext) << "Chosen Option: " << option << "\n"; in ComputeEigenmodes()
126 UO(UO_LVL_ext) << "*********************************\n"; in ComputeEigenmodes()
128 UO(UO_LVL_ext) << "*********************************\n"; in ComputeEigenmodes()
393 UO(UO_LVL_dbg1) << "K=" << Kfull << "\n"; in ComputeEigenmodes()
394 UO(UO_LVL_dbg1) << "M=" << Mfull << "\n"; in ComputeEigenmodes()
539 if (UO().GetGlobalMessageLevel() > UO_LVL_multsim) in ComputeEigenmodes()
541 UO(UO_LVL_all) << "\n" << "Eigenfrequencies:\n"; in ComputeEigenmodes()
552 UO(UO_LVL_multsim) << eigval(i)/(2.*MY_PI); in ComputeEigenmodes()
553 if (i < neig) UO(UO_LVL_multsim) << ", "; in ComputeEigenmodes()
558 UO(UO_LVL_multsim) << eigval(i); in ComputeEigenmodes()
[all …]
H A Dmbs_communication.cpp727 UO() << "\n"; in CallCompFunction()
1768 UO() << "*****************\n"; in File2Str()
1769 UO() << "*****************\n"; in File2Str()
1770 UO() << "*****************\n"; in File2Str()
1772 UO() << "*****************\n"; in File2Str()
1773 UO() << "*****************\n"; in File2Str()
1774 UO() << "*****************\n"; in File2Str()
1811 UO() << "*****************\n"; in File2EDC()
2275 UO() << "done.\n"; in AddReplaceModelDataEDC()
2440 UO() << "done.\n"; in ReadModelData()
[all …]
H A Dnumnlsys_options.cpp360 UO() << "Warning: illegal ioption called, index=" << index << "\n"; in SetIOption()
369 UO() << "Warning: illegal ioption called, index=" << index << "\n"; in GetIOption()
378 UO() << "Warning: illegal ioption called, index=" << index << "\n"; in GetIOption()
387 UO() << "Warning: illegal doption called, index=" << index << "\n"; in SetDOption()
396 UO() << "Warning: illegal doption called, index=" << index << "\n"; in GetDOption()
405 UO() << "Warning: illegal doption called, index=" << index << "\n"; in GetDOption()
414 UO() << "Warning: illegal toption called, index=" << index << "\n"; in SetTOption()
429 UO() << "Warning: illegal toption called, index=" << index << "\n"; in GetTOption()
H A Dperformcomputation.h52 mbs->UO(UO_LVL_multsim) << "\n********************\n"; in GetModelParameters()
60 mbs->UO(UO_LVL_err) << "\nError: no model parameters found!\n*********************\n"; in GetModelParameters()
68 …mbs->UO(UO_LVL_err) << "\nError: can not access variable '" << varname << "' for parameter variati… in GetModelParameters()
76 mbs->UO(UO_LVL_multsim) << " " << varname << " = " << modelParams(col) << "\n"; in GetModelParameters()
101 …mbs->UO(UO_LVL_err) << "*********************\nError: can not access variable '" << varname << "' … in SetParameter()
110 mbs->UO(UO_LVL_multsim) << "\n********************\n"; in SetParameters()
115 mbs->UO(UO_LVL_multsim) << " " << varname << " = " << (*paramset)(col) << "\n"; in SetParameters()
H A Dsensitivity.cpp232 mbs->UO(UO_LVL_multsim) << mystr("\n****************************"); in PerformSensitivityAnalysis()
233 mbs->UO(UO_LVL_multsim) << mystr("\nStart Simulation f(x2): \n\n"); in PerformSensitivityAnalysis()
248 mbs->UO(UO_LVL_multsim) << mystr("\nStart Simulation f(x1): \n\n"); in PerformSensitivityAnalysis()
259 …mbs->UO(UO_LVL_warn) << "Warning: dx" << jPar << " is zero. Check, Sensitivity.num_diff_parameter_… in PerformSensitivityAnalysis()
265 …mbs->UO(UO_LVL_err).InstantMessageText("error: no matching sensitivity values from sensor found. S… in PerformSensitivityAnalysis()
294 …mbs->UO(UO_LVL_0) << "sensor: " + mbs->GetSensor(i).GetSensorName() + mystr("\nparameter :") + (*p… in PerformSensitivityAnalysis()
295 …mbs->UO(UO_LVL_0) << "\nS = df" << indexf << "/dp" << jPar << " = (" << mystr(f2i(indexf)) + mystr… in PerformSensitivityAnalysis()
303 mbs->UO(UO_LVL_0) << "%Sensitivity matrix: d_sensorValue(row)/d_parameter(column):\n"; in PerformSensitivityAnalysis()
311 mbs->UO(UO_LVL_0) << S(row, col) << "\t"; in PerformSensitivityAnalysis()
315 mbs->UO(UO_LVL_0) << "\n"; in PerformSensitivityAnalysis()
H A Dmbs.h411 UO().InstantMessageText(error_msg); in GetNode()
423 UO().InstantMessageText(error_msg); in GetNode()
437 UO().InstantMessageText(error_msg); in GetNodePtr()
449 UO().InstantMessageText(error_msg); in GetNodePtr()
463 UO().InstantMessageText(error_msg); in GetElement()
475 UO().InstantMessageText(error_msg); in GetElement()
487 UO().InstantMessageText(error_msg); in GetElementPtr()
500 UO().InstantMessageText(error_msg); in GetElementPtr()
513 UO().InstantMessageText(error_msg); in GetAuxElement()
525 UO().InstantMessageText(error_msg); in GetAuxElement()
[all …]
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DRemoveAddrTaken.cpp63 const UnaryOperator *UO) in handleOneAddrTakenOp() argument
73 ConsumerInstance->TheUO = UO; in handleOneAddrTakenOp()
78 if (UO->getOpcode() != UO_AddrOf) in VisitUnaryOperator()
81 const Expr *E = UO->getSubExpr(); in VisitUnaryOperator()
86 handleOneAddrTakenOp(UO); in VisitUnaryOperator()
93 if (!UO) in handleOneOperand()
96 if (UO->getOpcode() != UO_AddrOf) in handleOneOperand()
99 const Expr *SubE = UO->getSubExpr(); in handleOneOperand()
104 handleOneAddrTakenOp(UO); in handleOneOperand()
136 if (!UO || (UO->getOpcode() != UO_AddrOf)) in VisitCallExpr()
[all …]
H A DReducePointerPairs.cpp151 if (!UO || (UO->getOpcode() != UO_AddrOf)) in VisitVarDecl()
154 const Expr *SubE = UO->getSubExpr()->IgnoreParenCasts(); in VisitVarDecl()
177 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) { in handleOneOperand() local
178 if (UO && (UO->getOpcode() == UO_AddrOf)) { in handleOneOperand()
179 const Expr *SubE = UO->getSubExpr()->IgnoreParenCasts(); in handleOneOperand()
203 const UnaryOperator *UO = dyn_cast<UnaryOperator>(Rhs); in VisitBinaryOperator() local
204 if (!UO || (UO->getOpcode() != UO_AddrOf)) { in VisitBinaryOperator()
209 const Expr *SubE = UO->getSubExpr()->IgnoreParenCasts(); in VisitBinaryOperator()
317 const UnaryOperator *UO = dyn_cast<UnaryOperator>(E); in handleOnePair() local
318 if (!UO || (UO->getOpcode() != UO_AddrOf)) in handleOnePair()
[all …]
H A DReducePointerLevel.cpp54 bool VisitUnaryOperator(UnaryOperator *UO);
81 bool VisitUnaryOperator(UnaryOperator *UO);
278 const Expr *SubE = UO->getSubExpr(); in VisitUnaryOperator()
296 ConsumerInstance->rewriteDerefOp(UO); in VisitUnaryOperator()
349 if (UO && (UO->getOpcode() == UO_AddrOf)) { in VisitBinaryOperator()
535 TransAssert(UO && "Bad UnaryOperator!"); in getDeclRefExpr()
540 const Expr *SubE = UO->getSubExpr(); in getDeclRefExpr()
560 if (!UO) in getRefDecl()
563 const Expr *SubE = UO->getSubExpr(); in getRefDecl()
739 const Expr *SubE = UO->getSubExpr(); in getNewGlobalInitStr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Tooling/RecursiveASTVisitorTests/
H A DCallbacksUnaryOperator.cpp17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
18 recordCallback(__func__, UO, [&]() { in TEST()
19 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() argument
70 recordCallback(__func__, UO, [&]() { in TEST()
71 RecordingVisitorBase::TraverseUnaryOperator(UO); in TEST()
88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
89 recordCallback(__func__, UO, [&]() { in TEST()
90 RecordingVisitorBase::WalkUpFromUnaryOperator(UO); in TEST()
155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() argument
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DSim2Hotint.cpp75 mbs->UO(UO_LVL_0) << "read " << mystr(fname) << "\n"; in LoadSimulink2Hotint()
96 mbs->UO(UO_LVL_warn) << "can't read " << mystr(fname) << "\n"; in LoadSimulink2Hotint()
165 if (oo) mbs->UO() << "Dataname='" << dataname << "'\n"; in String2TreeEDC_SIM()
340 if (oo) mbs->UO() << "single data='" << data << "'\n"; in String2TreeEDC_SIM()
425 mbs->UO() << edc->Get(i).GetDataName() << "\n"; in ParseSimulinkEDCModel()
431 mbs->UO() << "Block found!" << "\n"; in ParseSimulinkEDCModel()
441 mbs->UO() << "Line found!" << "\n"; in ParseSimulinkEDCModel()
552 mbs->UO() << "DstBlock = " << *dstBlock.Last() << " added!\n"; in parseBranch()
556 mbs->UO() << "DstPort = " << dstPort.Last() << " added!\n"; in parseBranch()
622 if(oo)mbs->UO() << "srcBlock = " << srcBlock << "\n"; in ConnectBlocks()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/uncertain/src/main/java/de/lmu/ifi/dbs/elki/datasource/filter/typeconversions/
H A DUncertainifyFilter.java60 public class UncertainifyFilter<UO extends UncertainObject> implements ObjectFilter {
69 protected Uncertainifier<UO> generator;
88 public UncertainifyFilter(Uncertainifier<UO> generator, boolean keep, RandomFactory randf) { in UncertainifyFilter()
118 final List<UO> uos = new ArrayList<>(column.size()); in filter()
124 … final UO normalizedObj = generator.newFeatureVector(rand, obj, ArrayLikeUtil.NUMBERVECTORADAPTER); in filter()
130 bundle.appendColumn(new VectorFieldTypeInformation<UO>(generator.getFactory(), dim), uos); in filter()
140 public static class Parameterizer<UO extends UncertainObject> extends AbstractParameterizer {
163 protected Uncertainifier<UO> generator;
178 …ObjectParameter<Uncertainifier<UO>> generatorP = new ObjectParameter<>(UNCERTAINITY_MODEL_ID, Unce… in makeOptions()
193 protected UncertainifyFilter<UO> makeInstance() { in makeInstance()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/
H A Dbody3D.h101 …mbs->UO() << "Error: Angular velocity for element type of element " << GetOwnNum() << " not yet im… in GetAngularVel()
106 …virtual void ApplyDprefdq(Vector& f, const Vector3D& x) {UO() << "ERROR:called Body3D::EmptyFuncti… in ApplyDprefdq()
107 …virtual void ApplyDrotrefdq(Vector& f, const Vector3D& x) {UO() << "ERROR:called Body3D::EmptyFunc… in ApplyDrotrefdq()
108 …virtual void GetIntDuDq(Matrix& dudq) {UO() << "ERROR:called Body3D::EmptyFunction\n";}; //in fact… in GetIntDuDq()
111 virtual void GetDuxDq(Vector& dudq) {UO() << "ERROR:called Body3D::EmptyFunction\n";}; in GetDuxDq()
112 virtual void GetDuyDq(Vector& dudq) {UO() << "ERROR:called Body3D::EmptyFunction\n";}; in GetDuyDq()
113 virtual void GetDuzDq(Vector& dudq) {UO() << "ERROR:called Body3D::EmptyFunction\n";}; in GetDuzDq()
115 …virtual void GetdPosdqT(const Vector3D& ploc, Matrix& d) {UO() << "ERROR:called Body3D::GetdPosdqT… in GetdPosdqT()
116 …virtual void GetdAngVeldqpT(const Vector3D& ploc, Matrix& d) {UO() << "ERROR:called Body3D::GetdAn… in GetdAngVeldqpT()
121 …virtual void GetdRotdqT(const Vector3D& ploc, Matrix& d) {UO() << "ERROR:called Body3D::GetdRotdqT… in GetdRotdqT()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/modal_reduction/
H A DBaseCMSElement.cpp57 mbs->UO() << "number of nodes " << femesh.NPoints() << "\n"; in AddFEMesh()
427 GetMBS()->UO() << "Eigenfrequencies in Hz:\n"; in BuildPhiCB_CMS()
750 UO() << "Eigenvalues(Hz)="; in Compute_Phi_X()
753 UO() << sqrt(fabs(eigval(i)))/(2.*MY_PI) << "Hz, "; in Compute_Phi_X()
755 UO() << "\n"; in Compute_Phi_X()
858 UO() << "Eigenvalues(Hz)="; in Compute_Phi_X_Sparse()
861 UO() << sqrt(fabs(eigval(i)))/(2.*MY_PI) << "Hz, "; in Compute_Phi_X_Sparse()
863 UO() << "\n"; in Compute_Phi_X_Sparse()
985 UO() << "Eigenfrequencies(Hz)="; in Compute_Phi_X_Matlab()
990 UO() << "\n"; in Compute_Phi_X_Matlab()
[all …]

12345678910>>...64