Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add photovoltaic plugin
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Tue, 16 May 2023 14:07:34 +0000 (16:07 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Tue, 16 May 2023 14:07:34 +0000 (16:07 +0200)
commit3d162cea6ff3405edc06c1d7f85494eb15f35d82
treed830c64ef8cf99f006527a19c291e9691c410758
parent661a8292857baad7532e8c081e30455c510f2ad8
add photovoltaic plugin
ChangeLog
MANIFEST.in
docs/source/Plugins.rst
examples/cpp/CMakeLists.txt
examples/cpp/photovoltaic-simple/s4u-photovoltaic-simple.cpp [new file with mode: 0644]
examples/cpp/photovoltaic-simple/s4u-photovoltaic-simple.tesh [new file with mode: 0644]
examples/platforms/photovoltaic_platform.xml [new file with mode: 0644]
include/simgrid/plugins/photovoltaic.hpp [new file with mode: 0644]
src/plugins/photovoltaic.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake