Ability to pass additional parameters into enriched_mesh_seq
constructor from child class of GoalOrientedMeshSeq
#235
Labels
question
Further information is requested
I currently have a child class inheriting from :class:
~.GoalOrientedMeshSeq
whereget_initial_conditions
,get_solver
and other base class functions are dependent on a parameter dictionary. Currently this works well with the methods in associated with :class:~.MeshSeq
and :class:~.AdjointMeshSeq
but breaks with theget_enriched_mesh_seq
method of :class:~.GoalOrientedMeshSeq
as it does not allow for passing of any additional parameters which may be associated with the child class.The initial question I have is, would it make more senses for me to refactor my derived class or would it make sense to refactor
get_enriched_mesh_seq
to be more flexible to passing additional parameters?The text was updated successfully, but these errors were encountered: