Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangrimberg committed May 7, 2024
1 parent 4a0675a commit 697b530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion palace/drivers/electrostaticsolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ ElectrostaticSolver::Solve(const std::vector<std::unique_ptr<Mesh>> &mesh) const
void ElectrostaticSolver::Postprocess(const PostOperator &postop, int step, int idx,
double E_elec, const ErrorIndicator *indicator) const
{
// The internal GridFunctions for PostOperator have already been set from the A solution
// The internal GridFunctions for PostOperator have already been set from the V solution
// in the main loop.
PostprocessDomains(postop, "i", step, idx, E_elec, 0.0, 0.0, 0.0);
PostprocessSurfaces(postop, "i", step, idx, E_elec, 0.0, 1.0, 0.0);
Expand Down
Empty file added palace/utils/error.hpp
Empty file.

0 comments on commit 697b530

Please sign in to comment.