-
I'm calling a parmetis-like interface to our load balancing tool and would like to access
1) global numbering of leaf mesh elements and
2) global numbering of conforming vertices in a non-conformi…
-
Public interface something like
```c
int CeedQFunctionCreateFromGallery(Ceed ceed, const char *spec, CeedQFunction *qf);
```
where `spec` is something like `"Mass"` or `"Mass:dim=3,rho=10"`. (…
-
I have this code
```
export function getAuthHttp(http: Http, options: RequestOptions) {
return new AuthHttp(new AuthConfig({
tokenName: 'tokenId',
noJwtError: true,
globalHeaders: …
-
The new MAGMA basis apply should be switched to a switch statement rather than if statements. We only evaluate one CEED_EVAL_MODE, and a switch statement would ensure all cases are covered.
-
We need to update the MFEM [Spack package](https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/mfem/package.py) for the mfem-4.0 release.
The minimal requirement for that i…
-
On @YohannDudouit's branch https://github.com/mfem/mfem/tree/yohann/nontensor, CPU backends appear to be having an issue with applying the Laplaican in MFEM ex1.
![image](https://user-images.github…
-
On CU's Summit, using Intel compilers, I get the following error when running the Fortran q-function and operator tests, for both ocl and omp.
`+CEED-OCCA error @ /home/jeth8984/libceed/backends/occa…
-
As I mentioned in before we merged #282, I should update the CPU BasisApply for CEED_EVAL_GRAD when p=q to skip the unnecessary identity interpolation. This will improve our performance in cases such …
-
Hello there,
I intend to use your awesome FEM library to run some studies on meshes (higher-order Lagrangian tetrahedral elements defined through isoparametric mapping from reference elements with …
-
For a VisItDataCollection that I output from an mfem code, VisIt displays a more refined mesh.
For example, in serial, sol_000000 contains a file mesh.000000 with
elements
24576
This is what…