Ulrich Wortmann
Ulrich Wortmann
Interesting approach. Would it not be more straightforward to treat it as a non-steady state problem to solve each time step explicitly (i.e., invert the coefficient matrix and multiply with...
I see. I played with this a bit, and your approach is fast. I'll reopen this discussion so it is visible in case someone else finds it useful. If you...
I noticed that specifying two models in the same code like this ``` so4_model = ffd.FDModel([SO4]) fes_model = ffd.FDModel([SO4, H2S, FES2]) so4_model.update_bocos fes2_model._update_bocos so4_model.update_equations fes2_model._update_equations so4_results = so4_model.solve() fes2_results =...
after a bit of digging, it turns out that this is possibly distro related. `/usr/lib/pkgconfig/` exists, but it is empty. Setting `export PKG_CONFIG_PATH=/usr/lib64/pkgconfig` solves the issue
ok, that hook was a leftover in my config. I removed it. Fontaine is version 3.0..0. and emacs is 30.0.93-b2580b41 The values of the hooks are as a follows. ```...
Here a quick followup. I have been unable to to pin this down, but with the latest update from elpa, I now get the following error message, when I create...
correct, I thought I could work around the above issues. Instead a created a new one...
hmmh a bit more context, running config in pdf-tools-20240429.407/build/server results in the following: ``` checking for poppler-glib >= 0.16.0... no configure: error: Package requirements (poppler-glib >= 0.16.0) were not met:...
arg, that appears to have been caused by a lengthy path statement, that contained the brew directory before the actual system directories. likely that pgk_config stopped looking once it found...
update, the above should read `(:language "en-US" :disabledRules (:en-US ["MORFOLOGIK_RULE" "CONSECUTIVE_SPACES"]))))` which yields: ``` "ltex-ls":{"language":"en-US","disabledRules":{"en-US":["MORFOLOGIK_RULE","CONSECUTIVE_SPACES"]}}}}} ```