We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35db68c + 106958f commit 2add88dCopy full SHA for 2add88d
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