Home
last modified time | relevance | path

Searched refs:FirstOrderLinearR (Results 1 – 16 of 16) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DFirstOrderLinearR.cpp34 FirstOrderLinearR::FirstOrderLinearR(): in FirstOrderLinearR() function in FirstOrderLinearR
41 FirstOrderLinearR::FirstOrderLinearR(const std::string& Cname, const std::string& Bname): in FirstOrderLinearR() function in FirstOrderLinearR
52 FirstOrderLinearR::FirstOrderLinearR(const std::string& Cname, const std::string& Dname, const std:… in FirstOrderLinearR() function in FirstOrderLinearR
62 FirstOrderLinearR::FirstOrderLinearR(SP::SimpleMatrix C, SP::SimpleMatrix B): in FirstOrderLinearR() function in FirstOrderLinearR
70 FirstOrderLinearR::FirstOrderLinearR(SP::SimpleMatrix C, SP::SimpleMatrix D, SP::SimpleMatrix F, SP… in FirstOrderLinearR() function in FirstOrderLinearR
80 void FirstOrderLinearR::initialize(Interaction& inter) in initialize()
109 void FirstOrderLinearR::checkSize(Interaction& inter) in checkSize()
162 void FirstOrderLinearR::computeC(double time, BlockVector& z, SimpleMatrix& C) in computeC()
172 void FirstOrderLinearR::computeD(double time, BlockVector& z, SimpleMatrix& D) in computeD()
182 void FirstOrderLinearR::computeF(double time, BlockVector& z, SimpleMatrix& F) in computeF()
[all …]
H A DFirstOrderLinearR.hpp51 class FirstOrderLinearR : public FirstOrderR class
57 ACCEPT_SERIALIZATION(FirstOrderLinearR);
67 FirstOrderLinearR();
73 FirstOrderLinearR(const std::string& Cname, const std::string& Bname);
82FirstOrderLinearR(const std::string& Cname, const std::string& Dname, const std::string& Fname, co…
88 FirstOrderLinearR(SP::SimpleMatrix C, SP::SimpleMatrix B);
97FirstOrderLinearR(SP::SimpleMatrix C, SP::SimpleMatrix D, SP::SimpleMatrix F, SP::SiconosVector e,…
101 ~FirstOrderLinearR() {}; in ~FirstOrderLinearR()
244 TYPEDEF_SPTR(FirstOrderLinearR)
/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/test/
H A DFirstOrderLinearRTest.cpp50 SP::FirstOrderLinearR folr(new FirstOrderLinearR("TestPlugin:C", "TestPlugin:B")); in testBuildFirstOrderLinearR1()
62 …SP::FirstOrderLinearR folr(new FirstOrderLinearR("TestPlugin:C", "TestPlugin:D", "TestPlugin:F", "… in testBuildFirstOrderLinearR3()
77 SP::FirstOrderLinearR folr(new FirstOrderLinearR(C, B)); in testBuildFirstOrderLinearR4()
89 SP::FirstOrderLinearR folr(new FirstOrderLinearR(C, D, F, e, B)); in testBuildFirstOrderLinearR5()
/dports/science/siconos/siconos-4.4.0/docs/sphinx/users_guide/
H A Drelations.rst14 Available classes: :class:`FirstOrderR`, :class:`FirstOrderLinearR`, :class:`FirstOrderLinearTIR`, …
49 Class: :class:`FirstOrderLinearR`
145 * FirstOrderLinearR: :math:`C(t,Z), \ \ F(t,Z), \ \ , D(t,Z), \ \ e(t,Z), B(t,Z)`
/dports/science/siconos/siconos-4.4.0/docs/sphinx/devel_guide/notes/
H A DNotes.dox14 The memory allocation for matrices (example: C, D ... in FirstOrderLinearR) is done during initiali…
H A DMCP_linearized_linear.tex3 Let us now proceed with the time discretization of~(\ref{eq:toto1}) with FirstOrderLinearR~(\ref{fi…
H A DDevNotes.rst1720 FirstOrderLinearR ([first-DS3]) by a fully implicit scheme :
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosTools/
H A DSiconosVisitables.hpp62 REGISTER(FirstOrderLinearR) \
/dports/science/siconos/siconos-4.4.0/kernel/swig/
H A DKernelRegistration.i42 PY_REGISTER(FirstOrderLinearR, Kernel); \
/dports/science/siconos/siconos-4.4.0/io/src/generation/
H A DSiconosFullKernelGenerated.hpp178 SICONOS_IO_REGISTER_WITH_BASES(FirstOrderLinearR,(FirstOrderR),
660 ar.register_type(static_cast<FirstOrderLinearR*>(nullptr));
H A DSiconosFullGenerated.hpp201 SICONOS_IO_REGISTER_WITH_BASES(FirstOrderLinearR,(FirstOrderR),
1111 ar.register_type(static_cast<FirstOrderLinearR*>(nullptr));
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DZeroOrderHoldOSI.cpp507 e = std::static_pointer_cast<FirstOrderLinearR>(rel)->e(); in computeFreeOutput()
508 F = std::static_pointer_cast<FirstOrderLinearR>(rel)->F(); in computeFreeOutput()
H A DEulerMoreauOSI.cpp1046 e = std::static_pointer_cast<FirstOrderLinearR>(mainInteraction->relation())->e(); in computeFreeOutput()
1048 F = std::static_pointer_cast<FirstOrderLinearR>(mainInteraction->relation())->F(); in computeFreeOutput()
/dports/science/siconos/siconos-4.4.0/control/src/Controller/
H A DCommonSMC.cpp147 _relationSMC.reset(new FirstOrderLinearR(_Csurface, _B)); in initialize()
/dports/science/siconos/siconos-4.4.0/wrap/utils/
H A Dxml_parser.py4060 …def __init__(self, FirstOrderR=None, FirstOrderLinearR=None, FirstOrderLinearTIR=None, LagrangianC… argument
4062 self.FirstOrderLinearR = FirstOrderLinearR
4080 def get_FirstOrderLinearR(self): return self.FirstOrderLinearR
4081 def set_FirstOrderLinearR(self, FirstOrderLinearR): self.FirstOrderLinearR = FirstOrderLinearR argument
4103 self.FirstOrderLinearR is not None or
4142 if self.FirstOrderLinearR is not None:
4143 …self.FirstOrderLinearR.export(outfile, level, namespace_, name_='FirstOrderLinearR', pretty_print=…
4177 if self.FirstOrderLinearR is not None:
4180 self.FirstOrderLinearR.exportLiteral(outfile, level, name_='FirstOrderLinearR')
4254 self.FirstOrderLinearR = obj_
/dports/science/siconos/siconos-4.4.0/wrap/swig/
H A DKernelTypes.i1422 …%formacro(%_factory_dispatch_SP_output, FirstOrderLinearTIR, FirstOrderLinearR, FirstOrderType1R, …