Syun'ichi Shiraiwa

Results 87 comments of Syun'ichi Shiraiwa

Hi @pazner Okay. Thanks. The line of sysroot is set, because the Python I am using (system Python) is built with this version of SDK, and difficult to change (I...

Thank you. As I wrote earlier, the MacOS version is bit old (Monterey=2022) due to some reason. I was hoping this is not the problem, but it seems this is...

Closing this, since it was addressed with 4.7 release.

You are right. Reopened. This looks like both examples (C++ and Python) are not running due to run-time library linking issue?

@justinlaughlin I started from fix-ex18 and rebased it use mfem_47_dev as a base. https://github.com/mfem/PyMFEM/tree/fix-ex18-v2 I added hyperbolic.i for serial and parallel (build passed, not used yet from ex18). I will...

PR is made to trigger the test.

Example asked in https://github.com/mfem/PyMFEM/issues/253 can be done as follows. ``` tensors = [mfem.DenseMatrix(np.ones((3,3))*i) for i in range(max_attr)] tensor_coefs = [mfem.MatrixConstantCoefficient(mat) for mat in tensors] sigma_array = mfem.MatrixCoefficientArray(tensor_coefs) sigma_attr = mfem.intArray([1,2,3,4,5])...

Closing this one w/o merging, since this version will be baseline of PyMFEM4.8

@mdavids-cfs I am aware that this is a slow response. I myself don't use Spack, but my previous interaction with developer indicated that Spack does not install the source code....