We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764b33f commit 106958fCopy full SHA for 106958f
include/reduced_basis/rb_construction.h
@@ -839,7 +839,7 @@ class RBConstruction : public RBConstructionBase<LinearImplicitSystem>
839
/*
840
* Pre-evaluate the theta functions on the entire (local) training parameter set.
841
*/
842
- void preevaluate_thetas();
+ virtual void preevaluate_thetas();
843
844
/**
845
* Reset the _preevaluate_thetas_completed flag to false. We can use this to force
0 commit comments