- Sep 17, 2023
-
-
GILLES Sebastien authored
-
- Sep 16, 2023
-
-
GILLES Sebastien authored
#1805 Modify namespace of the parent classes defined in this file (unfortunately not tested in any test from the core library; found it while comoiling acoustic wave model).
-
- Sep 15, 2023
-
-
GILLES Sebastien authored
#1834 Use newly minted integration manager script to check we are about to be able to generate next release - very few corrections were needed.
-
GILLES Sebastien authored
#1834 Integration manager script: add support of _ as trailing character for ticket number (for thos that break the API) and escape properly hyphen character.
-
GILLES Sebastien authored
#1834 Integration manager script: write the function which analyses the possible discrepancies and issues warnings if need be.
-
GILLES Sebastien authored
Now I have to work on all these data to produce the hints for the integration manager.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1834 Integration manager script: provide now the name of the tag instead of its commit SHA1 (which may be recovered by python-gitlab)
-
GILLES Sebastien authored
from a string. And the test that tags along.
-
GILLES Sebastien authored
-
- Sep 08, 2023
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1827 ModelTutorial completely refreshed; only footnotes to solve (and I've just checked named footnotes work both for VSCode and Gitlab flavor so I'll use them).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- Sep 06, 2023
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1831 Write properly and completely the test checking a parameter may be defined across ModelSettings and InputData.
-
GILLES Sebastien authored
-
- Sep 04, 2023
-
-
GILLES Sebastien authored
This requires to replace many `input_data` arguments by `morefem_data` as the facilities to load data from input data must also work for ModelSettings (`ExtractLeafFromInputDataOrModelSettings`) replace most of `ExtractLeafFromInputData`). At the time being everything compiles but many tests fails; I have some fixes to do (but as reaching a compilable state required quite some work I prefer to do a commit before fixing them).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
Add a test that highlights we do not handle well `IndexOf` over an empty tuple.
-
- Sep 01, 2023
-
-
GILLES Sebastien authored
I modified the model so that volumic mass is declared constant in `ModelSettings`, as it is an hypothesis used later.'' However the library doesn't handle it properly yet; #1831 will fix it.
-
GILLES Sebastien authored
-
- Aug 31, 2023
-
-
GILLES Sebastien authored
-
- Aug 30, 2023
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- Aug 29, 2023
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1827 Update XCode templates and add a new one for ModelSettings.cpp so that skeleton step in the model tutorial compiles properly.
-
GILLES Sebastien authored
#1827 Move the model tutorial into the new wiki section, and modify the references to it everywhere. Also update the README to mention explicitly the Wiki section.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1826 Test AnalyticalInternalVariable and Microsphere: use program_type::model instead of program_type::test. I really dislike how these tests are set up but without refactoring them further it is the easiest fix to make them work).
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1826 Fix InitialCondition test, which was poorly designed as it didn't use the MoReFEMData object defined in its InputData.hpp file...
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1826 Migrate ModelSettings storage from Model to MoReFEMData (thus reinforcing the equal treatment with InputData).
-