orz

Results 3 issues of orz

Hi everyone, I am trying to run a subduction model but have been facing some difficulties. Despite changing various parameters like the solver settings, discretization, mesh refinement, compositional fields, initial...

We can successfully acquire the model time using get_time(), such as double current_time = this->get_time(). However, any operations involving this->get_time(), like calculations or comparisons, will cause errors. For example: double...

Currently, for a two-dimensional square region, we can directly obtain the model's maximum depth and the depth of the current evaluation point using functions like model.max_depth and get_geometry_model().depth(in.position[i]). However, we...