Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplifies ProblemBuilders and Converts Problem to a Struct #10

Conversation

EdwardPalmer99
Copy link

Brief

  • Problem class has been renamed to MFEMProblemData and converted to a struct.
  • Removes Problem derived classes and methods.
  • Problem builders are simplified.
  • Problem operators are moved-out from Problem class.

@EdwardPalmer99 EdwardPalmer99 changed the base branch from main to EdwardPalmer99/implement-fespaces-and-gridfunctions July 11, 2024 15:27
@EdwardPalmer99 EdwardPalmer99 changed the base branch from EdwardPalmer99/implement-fespaces-and-gridfunctions to EdwardPalmer99/implement-solvers July 11, 2024 15:27
@EdwardPalmer99 EdwardPalmer99 self-assigned this Jul 11, 2024
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

Attention: Patch coverage is 60.86957% with 18 lines in your changes missing coverage. Please review.

Files Coverage Δ
src/executioners/transient_executioner.C 74.07% <100.00%> (ø)
src/fespaces/MFEMFESpace.C 100.00% <100.00%> (ø)
src/mesh/CoupledMFEMMesh.C 96.61% <100.00%> (ø)
src/problem_builders/problem_builder_base.C 100.00% <100.00%> (ø)
...ders/time_domain_equation_system_problem_builder.C 100.00% <100.00%> (ø)
src/solvers/MFEMHypreGMRESSolver.C 94.73% <100.00%> (ø)
src/mesh/ExclusiveMFEMMesh.C 36.11% <66.66%> (ø)
src/solvers/MFEMHypreFGMRESSolver.C 0.00% <0.00%> (ø)
src/solvers/MFEMHyprePCGSolver.C 0.00% <0.00%> (ø)
...ers/steady_state_equation_system_problem_builder.C 0.00% <0.00%> (ø)
... and 4 more

@EdwardPalmer99 EdwardPalmer99 deleted the EdwardPalmer99/merge-problem-builders-with-mfem-problem branch July 11, 2024 15:58
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.

1 participant