Veselin Dobrev
Veselin Dobrev
You can try building GLVis and MFEM separately from your normal MFEM build -- for this you can use Apple clang. GLVis built this way can work with data sent...
@hughcars, if you find a solution for the LLVM clang issues on Mac, we can probably add these fixes to GLVis and/or MFEM, if you want.
> @justinlaughlin, what happens if we load a steam with "screenshot" command in the web version? > I think an error 😁 , because glvis-js supports only `keys` and `valuerange`...
@justinlaughlin, it may be more convenient to open a WIP/Draft PR for your branch https://github.com/GLVis/glvis/tree/number-formatting, and have the discussion there -- at least if you think you want to address...
Here are a few options for the key that opens the "command mode": * `Esc`: not used at the moment, I think. * `Enter`: it is currently used but the...
There is a separate setting that controls how the "valuerange" is updated when the solution is updated (e.g. in a time-dependent simulation). This setting is the "autoscale" option that can...
Merged in `next` for testing...
Take a look at Example 27/27p -- it illustrates the usage of various (non-homogeneous, in general) boundary conditions for the Laplace equation. Let us know if you need additional clarifications...
We don't have an example of this, however, it's quite simple to implement based on Example 1: one just needs to add the appropriate weights from the spherical change of...
@mlstowell, should this be merged in `plasma-dev` instead of directly into `master`?