************* C++ Tutorials ************* .. Copyright (C) Dragan Nikolic DAE Tools is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. DAE Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the DAE Tools software; if not, see . Re-implementation of selected Python tutorials in C++ using DAE Tools Development package. ========================= ================================================================= :ref:`cxx_whats_the_time` |witt| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial1` |t_1| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial2` |t_2| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial6` |t_6| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial4` |t_4| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial5` |t_5| ------------------------- ----------------------------------------------------------------- :ref:`cxx_tutorial14` |t_14| ------------------------- ----------------------------------------------------------------- :ref:`cxx_opt_tutorial1` |topt_1| ========================= ================================================================= .. |witt| replace:: Importing DAE Tools pyDAE module(s), units and variable types developing models, setting up a simulation, declaring auxiliary objects (DAE solver, data reporter, log), simulation run-time options, running a smulation. .. |t_1| replace:: Using distribution domains, distributing parameters/variables/equations on domains, using derivative functions (dt, d, d2), setting boundary and initial conditions. .. |t_2| replace:: Using arrays (discrete distribution domains), specifying degrees of freedom, setting initial guesses. .. |t_4| replace:: Declaring discontinuous equations (symmetrical state transition networks: daeIF statements). .. |t_5| replace:: Declaring discontinuous equations (non-symmetrical state transition networks: daeSTN statements). .. |t_6| replace:: Using ports, making port connections, declaring components (instances of other models). .. |t_14| replace:: Declaring and using external functions. .. |topt_1| replace:: IPOPT NLP solver, its setup and options. .. begin-command .. _cxx_whats_the_time: What's the time (C++) ====================== Re-implementation of :ref:`whats_the_time` example. Source code: `whats_the_time.cpp <../cxx-examples/whats_the_time.cpp.html>`_ .. _cxx_tutorial1: Tutorial 1 (C++) ================ Re-implementation of :ref:`tutorial1` example. Source code: `tutorial1.cpp <../cxx-examples/tutorial1.cpp.html>`_ .. _cxx_tutorial2: Tutorial 2 (C++) ================ Re-implementation of :ref:`tutorial2` example. Source code: `tutorial2.cpp <../cxx-examples/tutorial2.cpp.html>`_ .. _cxx_tutorial4: Tutorial 4 (C++) ================ Re-implementation of :ref:`tutorial4` example. Source code: `tutorial4.cpp <../cxx-examples/tutorial4.cpp.html>`_ .. _cxx_tutorial5: Tutorial 5 (C++) ================ Re-implementation of :ref:`tutorial5` example. Source code: `tutorial5.cpp <../cxx-examples/tutorial5.cpp.html>`_ .. _cxx_tutorial6: Tutorial 6 (C++) ================ Re-implementation of :ref:`tutorial6` example. Source code: `tutorial6.cpp <../cxx-examples/tutorial6.cpp.html>`_ .. _cxx_tutorial14: Tutorial 14 (C++) ================= Re-implementation of :ref:`tutorial14` example. Source code: `tutorial14.cpp <../cxx-examples/tutorial14.cpp.html>`_ .. _cxx_opt_tutorial1: Optimisation tutorial 1 (C++) ============================= Re-implementation of :ref:`opt_tutorial1` example. Source code: `opt_tutorial1.cpp <../cxx-examples/opt_tutorial1.cpp.html>`_ .. end-command