hpfem/hermes

Saving of L2MaterialWiseConstSpace and corresponding solution

Closed this issue · 2 comments

ppkk commented

The newly added L2MaterialWiseConstSpace does not save. Previously (the ConstSpace in my implementation) it did not save either, but the program did not fail, since "throw Exceptions::Exception("This type of space can not be saved.");" was not present and thus I did not notice.

Also a change of names could be considered:

  1. L2MarkerWiseConstSpace (or L2Subdomain....) would be more appropriate, since it does not need to be constant on the whole material (in Agros sense, is it different in Hermes?)
  2. HERMES_UTILITY_L2_SPACES is not very clear to me. Could it be related to the (previously discussed) name of the space somehow?

Sure

  1. OK
  2. For potentially more spaces to come.

Done (in l-korous devel branch), will merge soon.