Skip to content

Commit

Permalink
added intrules_cut
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Jan 8, 2024
1 parent f6dab41 commit e2edffe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mfem/_par/intrules_cut.i
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
%module (package="mfem._par", director="1") intrules_cut

%{
#include "mfem.hpp"
#include "numpy/arrayobject.h"
#include "../common/pyoperator.hpp"
#include "../common/pycoefficient.hpp"
#include "../common/pyintrules.hpp"
%}

%init %{
import_array();
%}

%include "exception.i"
%import "../common/exception.i"
%import "array.i"
%import "../common/numpy_int_typemap.i"
%import "mem_manager.i"

%import "coefficient.i"

%include "fem/intrules_cut.hpp"

0 comments on commit e2edffe

Please sign in to comment.