aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/Jacobian.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/elliptic/Jacobian.hh')
-rw-r--r--src/elliptic/Jacobian.hh18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/elliptic/Jacobian.hh b/src/elliptic/Jacobian.hh
index d948f07..6d20e63 100644
--- a/src/elliptic/Jacobian.hh
+++ b/src/elliptic/Jacobian.hh
@@ -3,10 +3,6 @@
//
// Jacobian -- abstract base class to describe a Jacobian matrix
-//
-// print_Jacobian - print a Jacobian
-// print_Jacobians - print two Jacobians
-//
// dense_Jacobian - Jacobian stored as a dense matrix
//
@@ -29,8 +25,6 @@
//
//******************************************************************************
-//******************************************************************************
-//******************************************************************************
//
// A Jacobian object stores the (a) Jacobian matrix for a patch system.
@@ -101,18 +95,6 @@ protected:
//******************************************************************************
//
-// These functions print 1 or 2 Jacobians to a named output file;
-// in the latter case they also print the error in the SD Jacobian.
-//
-void print_Jacobian(const char file_name[], const Jacobian& Jac);
-void print_Jacobians(const char file_name[],
- const Jacobian& SD_Jac, const Jacobian& NP_Jac);
-
-//******************************************************************************
-//******************************************************************************
-//******************************************************************************
-
-//
// This class stores the Jacobian as a dense matrix in Fortran (column)
// order.
//