Added required method
parent
257060e8dd
commit
5f41529fff
|
|
@ -115,6 +115,11 @@ public:
|
|||
return D;
|
||||
}
|
||||
|
||||
virtual void updateATA(const Scatter& scatter,
|
||||
SymmetricBlockMatrix* info) const {
|
||||
throw std::runtime_error(
|
||||
"RegularImplicitSchurFactor::updateATA non implemented");
|
||||
}
|
||||
virtual Matrix augmentedJacobian() const {
|
||||
throw std::runtime_error(
|
||||
"RegularImplicitSchurFactor::augmentedJacobian non implemented");
|
||||
|
|
|
|||
Loading…
Reference in New Issue