Skip to content

Conversation

@Shane-Stevenson
Copy link
Contributor

@Shane-Stevenson Shane-Stevenson commented Dec 3, 2025

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Example
  • Documentation

Description

4th of 4 example PRs

Add example elliptic1DLeftNeumannRightNeumann.cpp. Updated example documentation by linking example.

Related Issues & Documents

QA Instructions, Screenshots, Recordings

Build and run example binary

Added/updated tests?

_We encourage you to test all code included with MOLE, including examples.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

Read Contributing Guide and Code of Conduct

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@Shane-Stevenson Shane-Stevenson force-pushed the stevenson/elliptic1DLeftNeumannRightNeumann branch from e88f659 to 1d83aa1 Compare December 3, 2025 06:42
grid(m + 1) = b;

// RHS
vec rhs(m+2); rhs.zeros();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this, instead of two commands do it in one:

arma::vec rhs(m+2, fill::zeros);

@Shane-Stevenson Shane-Stevenson force-pushed the stevenson/elliptic1DLeftNeumannRightNeumann branch from ea27c81 to b1ab3ba Compare December 4, 2025 09:07
@jbrzensk jbrzensk merged commit 9ce9efc into csrc-sdsu:main Dec 5, 2025
6 checks passed
@jbrzensk jbrzensk mentioned this pull request Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants