John Camier

Results 13 issues of John Camier

Would it be possible to keep these directives down to the kernel? *just asking*

parser

``` kernel void k(void *qdata, const double *u){ for (CeedInt i=0; i

feature
parser
OKL

Being able to retrieve the addresses on the device side for an array of them would be useful.

feature

Provides Just-In-Time feature for MFEM's kernels and functions. Topic developed in [CEED](https://ceed.exascaleproject.org/)'s milestone report [ms37](https://ceed.exascaleproject.org/docs/ceed-ms37-report.pdf): "JIT in Applications at Scale". ![mfem-jit](https://user-images.githubusercontent.com/20000517/228596516-050143e6-3a9c-4e0c-9d1f-d6538ecb70bd.png) ### Requirements - Works only when enabled through `MFEM_USE_JIT`....

enhancement
building
fem
general
hpc
GPU

I've encountered this issue when using `FormSystemMatrix` on a `Par`/`BilinearForm` using `FormSystemMatrix`. The `EA`/`FA` extensions fold back to the `PA` `FormSystemMatrix` method which does not set properly the boundary conditions...

bug
fem
hpc

AMR update to synchronize `./amr` subdirectory with root files. - AMR and devices - Partial and full assembly support - New geometric refinement estimator

enhancement
implementation
WIP

With `mfem` _master_ and `hypre` built with CUDA support, `make tests` show failing tests.

bug

Compagnon PR of [MFEM](https://github.com/mfem/mfem/pull/719)'s one. - 2d: `./laghos -p 1 -pa -dim 2 -ms 10 -rs 1 -ok 4 -ot 3` - 3d: `mpirun -n 6 ./laghos -p 1 -pa...

enhancement
building

### Description Running in Google Collab with JAX-0.3.17 the following line on TPUs: `jax.device_get(jax.device_put_replicated(jnp.arange(10), jax_devices))` throws the following error: `TypeError: int() argument must be a string, a bytes-like object or...

bug

This PR brings multi-dimensional extension for `mfem::Array`, `mfem::Vector` and `mfem::GridFunction`. | PR | Author | Editor | Reviewers | Assignment | Approval | Merge| | --- | --- | ---...

enhancement
usage
general