Skip to content

Commit

Permalink
Update navier_solver.i to ignore some functions
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 authored Mar 25, 2024
1 parent 99ba246 commit 30743d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mfem/_par/navier_solver.i
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ OSTREAM_TYPEMAP(std::ostream&)
%append_output(PyFloat_FromDouble(*$1));
}

%ignore *::AddVelDirichletBC(VecFuncT *f, Array &);
%ignore *::AddPresDirichletBC(ScalarFuncT *f, Array &);
%ignore *::AddAccelTerm(VecFuncT *f, Array &);

%include "miniapps/navier/navier_solver.hpp"

0 comments on commit 30743d2

Please sign in to comment.