Skip to content

Commit

Permalink
Merge pull request #53 from aurora-multiphysics/alexanderianblair/moo…
Browse files Browse the repository at this point in the history
…se-update

Update MOOSE with WASP support and update PETSc
  • Loading branch information
alexanderianblair authored Nov 20, 2023
2 parents fbf9809 + b8a153b commit 5bc3268
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/hephaestus
4 changes: 4 additions & 0 deletions docker/apollo-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ RUN export MOOSE_JOBS="$compile_cores" && \
METHODS='opt' ./scripts/update_and_rebuild_libmesh.sh --with-mpi && \
./configure --with-derivative-size=200 --with-ad-indexing-type=global

# Build WASP
RUN cd /$WORKDIR/moose/scripts && \
METHODS='opt' ./update_and_rebuild_wasp.sh

# Build MOOSE
RUN cd /$WORKDIR/moose/framework && \
METHOD=opt make -j"$compile_cores"
Expand Down
2 changes: 1 addition & 1 deletion include/problem/MFEMProblem.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MFEMProblem : public ExternalProblem
virtual void externalSolve() override;
virtual void outputStep(ExecFlagType type) override;

virtual bool converged() override { return true; };
virtual bool nlConverged(const unsigned int nl_sys_num) override { return true; };

virtual void syncSolutions(Direction direction) override;

Expand Down

0 comments on commit 5bc3268

Please sign in to comment.