[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Getfem-commits] (no subject)
From: |
Yves Renard |
Subject: |
[Getfem-commits] (no subject) |
Date: |
Fri, 22 Sep 2017 00:28:38 -0400 (EDT) |
branch: devel-yves-fix-matlab-pb
commit 6e85ffe3d75ebad968f10f352ac272956b785115
Author: Yves Renard <address@hidden>
Date: Fri Sep 22 06:28:19 2017 +0200
minor change
---
tests/laplacian_with_bricks.cc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/laplacian_with_bricks.cc b/tests/laplacian_with_bricks.cc
index 2712ef6..bb63521 100644
--- a/tests/laplacian_with_bricks.cc
+++ b/tests/laplacian_with_bricks.cc
@@ -242,6 +242,9 @@ bool laplacian_problem::solve(void) {
model.listvar(cout);
+ std::string expr = model.Neumann_term("u", DIRICHLET_BOUNDARY_NUM);
+ cout << "Neumann term : " << expr << endl;
+
gmm::iteration iter(residual, 1, 40000);
getfem::standard_solve(model, iter);