sampsapursiainen / zeffiro_interface

Interface for using finite elements in inverse problems with complex domains
GNU General Public License v3.0
24 stars 15 forks source link

Recursive search does not work #202

Open mshavliuk opened 1 year ago

mshavliuk commented 1 year ago

Description

Steps to reproduce

  1. Open ES workbench
  2. Click "Find currents"

The following error occur:

Unrecognized function or variable 'zef_ES_find_currents_recursive'.

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 427)
Error while evaluating Button PrivateButtonPushedFcn.

Expected behavior

The form does not set an invalid combination of solver/method.

Screenshots

Context

Name Value
Version 6cb2537c zef_import_parcellation_colortable: load fields from color table file order-agnostically
OS MacOS
Shell N/A
mshavliuk commented 1 year ago

@GitFernandoGalaz This bug is critical since it prevents users from using the ES workbench with its default and most optimal configurations. Could we either fix it or hide the recursive search option from the view at least in the master branch, if it's not ready yet?

GitFernandoGalaz commented 1 year ago

Hi there @mshavliuk. That was my mistake. I forgot to add that particular .m-file to the main-development_branch. It should be there now.