[cig-commits] [commit] knepley/upgrade-petsc-interface: Remove splitField() from modules (removed from C++). (0939f41)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Thu Nov 7 11:14:06 PST 2013
Repository : ssh://geoshell/pylith
On branch : knepley/upgrade-petsc-interface
Link : https://github.com/geodynamics/pylith/compare/286ea25d82eb51b4fe3caff49f127074ba5b71fb...0939f414c62ec7c842d06d0541ea2c589f5c3766
>---------------------------------------------------------------
commit 0939f414c62ec7c842d06d0541ea2c589f5c3766
Author: Brad Aagaard <baagaard at usgs.gov>
Date: Thu Nov 7 11:16:32 2013 -0800
Remove splitField() from modules (removed from C++).
>---------------------------------------------------------------
0939f414c62ec7c842d06d0541ea2c589f5c3766
modulesrc/faults/FaultCohesiveLagrange.i | 6 ------
modulesrc/feassemble/Integrator.i | 7 -------
2 files changed, 13 deletions(-)
diff --git a/modulesrc/faults/FaultCohesiveLagrange.i b/modulesrc/faults/FaultCohesiveLagrange.i
index a2eb0f9..1384cfd 100644
--- a/modulesrc/faults/FaultCohesiveLagrange.i
+++ b/modulesrc/faults/FaultCohesiveLagrange.i
@@ -53,12 +53,6 @@ namespace pylith {
void initialize(const pylith::topology::Mesh& mesh,
const PylithScalar upDir[3]);
- /** Split solution field for separate preconditioning.
- *
- * @param field Solution field.
- */
- void splitField(pylith::topology::Field* field);
-
/** Integrate contributions to residual term (r) for operator that
* do not require assembly across processors.
*
diff --git a/modulesrc/feassemble/Integrator.i b/modulesrc/feassemble/Integrator.i
index 9c227cb..64bf2e8 100644
--- a/modulesrc/feassemble/Integrator.i
+++ b/modulesrc/feassemble/Integrator.i
@@ -105,13 +105,6 @@ namespace pylith {
virtual
void initialize(const pylith::topology::Mesh& mesh);
- /** Split solution field for separate preconditioning.
- *
- * @param field Solution field.
- */
- virtual
- void splitField(pylith::topology::Field* field);
-
/** Integrate contributions to residual term (r) for operator.
*
* @param residual Field containing values for residual
More information about the CIG-COMMITS
mailing list