CityOfHope
CityOfHope
Hi, unfortunately, it is still now working well to impose the symmetry for the saddle point structure. I am sorry to create this issue again.... I try to give a...
Hi, May I ask if it is possible in MFEM to compute the differences in a chosen norm between different fem solutions on uniformly refined meshes with the fem solution...
Hi, May I ask if MFEM can perform fem higher than three dimension? Thanks
Hi , it seems the 2d finite difference wave code on the homepage (last updated 1/11/2023): https://www.intel.com/content/www/us/en/developer/articles/code-sample/two-dimensional-finite-difference-wave-propagation-in-isotropic-media-iso2dfd.html is different from the code in the github given from their tutorial (last...
Hi, I try to test the 2d parallel wave code in iso2dfd_dpcpp/src . For this, I want to check both cpu and gpu implementations Unfortunately, when installing onAPI Base Toolkit,...
I am trying to run hybrid mpi/open mp on a cluster using ' salloc -p compute-grantley -n 1 --exclusive mpirun --mca mtl psm ./test Unfortunately, for 1 threads, I need...
Hi, may I sincerely ask, in MFEM, is it possible to make mesh refinement by taking into account the circle shape inside a square? I start from a coarse mesh...
Hi, may I sincerely ask, in MFEM, is there any example to demonstrate how to solve a variational problem with multiple right hand sides, and how to collect simulation data...
Hi, May I ask if there is any example in MFEM for solving Helmholtz equation using absorbing or pml boundary conditions?
Hi, I have a saddle point system: ```text | A B^T | | u | = | f | | B C | | p | | g | ```...