Skip to content

Commit 2add88d

Browse files
authored
Merge pull request libMesh#3833 from dknez/virtual_preevaluate_thetas
Made preevaluate_thetas() virtual
2 parents 35db68c + 106958f commit 2add88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/reduced_basis/rb_construction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ class RBConstruction : public RBConstructionBase<LinearImplicitSystem>
839839
/*
840840
* Pre-evaluate the theta functions on the entire (local) training parameter set.
841841
*/
842-
void preevaluate_thetas();
842+
virtual void preevaluate_thetas();
843843

844844
/**
845845
* Reset the _preevaluate_thetas_completed flag to false. We can use this to force

0 commit comments

Comments
 (0)