Syun'ichi Shiraiwa

Results 24 issues of Syun'ichi Shiraiwa

This PR includes a wrapper for * tmop.hpp * tmop_tools.hpp * tmop_amr.hpp This modules are loaded under mfem.ser.tmop and mfem.par.tmop. Thus, we need to point it using mfem.tmop.xxx as follows...

in-test-wrapper-generation

I am trying to build GLvis. and seeing a strange error. I am using a linux box (Rocky8.6) and cnmake I did call cmake, first $ cmake .. -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_INSTALL_PREFIX=${TwoPiRoot}...

building
minor

This PR follows up PR #143. This includes changes in setup.py so that - Run SWIG generator automatically in all cases (An "important" side effects: A user needs to have...

This is note for PyMFEM 4.6 - [x] Include new/missing header files (sidredatacollection.hpp, staticcond.hpp) (https://github.com/mfem/PyMFEM/pull/198) - [x] Missing doftrans.i in fe_base.i (https://github.com/mfem/PyMFEM/pull/198) - [x] https://github.com/mfem/PyMFEM/pull/202 - [x] add examples (34,...

This PR add - BoundaryNormalCoefficient - Example to use it from NumbaCoefficient - 5 different order sphere mesh - Add an option to set CudaTookkit-prefix to address a case when...

When building PyMFEM using --mfem-prefix to link the wrapper with MFEM which was built separately outside PyMFEM setup.py, the build could fail during the serial wrapper building. Reason: Serial wrapper...

enhancement

This PR add PETSc support in PyMFEM. At moment, PETSc needs to be installed by pip install petsc. Then, ``` $ python setup.py install --with-petsc --with-parallel ```

This is memo based on conversation with @mlstowell. I realized that when using 2D unstructured triangle mesh, calling CalcHessian fails because the method is not implemented ``` MFEM abort: method...

low-impact

MFEM 4.7 is released. (Congratulation to the team). This is ToDo list for PyMFEM 4.7 - [x] https://github.com/mfem/PyMFEM/pull/219 - [x] Update github actions to test - [ ] ex39.py -...

enhancement

This PR add * attribute_sets.hpp and arrays_by_name.hpp wrapper * minor fix of ex5p mentioned in #213 * removed bilininteg_ext.i and lininteg_ext.i from git tracking * note ArraysByName::begin and ArraysByName::end (STL-like...

minor
build
in-test-with-mfem-master
in-test-with-mfem-release