You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the develop branch, I want to run the two-scale-heat-conduction tutorial case with less data sets involved in the adaptivity study.
The original json file is here, I changed the simulation_params section to:
The error probably occurs because "k_11" is set and returned in the initialize-method in nutils micro.py or dumux micro.cpp, respectively, leading to a mismatch as it is not expected to be initialized for the initial adaptivity computation. This can be solved by removing the line output_data["k_11"] = k[1][1] from the nutil micro.py (and correspondingly from the dumux micro.cpp). It is thus likely caused by a faulty microsimulation and not by a bug in the Micro Manager.
This is indeed a problem which comes up when the initialize() method of the micro simulation does not return the correct quantities. Nevertheless, the error message can be better than what is seen right now. I will change it.
With the
develop
branch, I want to run the two-scale-heat-conduction tutorial case with less data sets involved in the adaptivity study.The original
json
file is here, I changed thesimulation_params
section to:to match the new format from commit e6641ba and use less data for the adaptivity.
It threw following error:
The text was updated successfully, but these errors were encountered: