Skip to content

Commit

Permalink
add non-zero force term
Browse files Browse the repository at this point in the history
  • Loading branch information
karthichockalingam committed Dec 3, 2024
1 parent ae63228 commit 2a6b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit/src/TestNLDiffusionIntegrator.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ TEST(CheckData, NLDiffusionTest)
const char *mesh_file = "./data/star.mesh";

int order = 1;
bool nonzero_rhs = false;
bool nonzero_rhs = true;

// 2. Read the mesh from the given mesh file, and refine once uniformly.
Mesh mesh(mesh_file);
Expand Down

0 comments on commit 2a6b5cc

Please sign in to comment.