Tzanio Kolev
Tzanio Kolev
Andreas, we just sent an invitation to join the MFEM organization on GitHub. You should be able to commit after you accept it. (see https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#mfem-organization)
@marneum and @aschaf -- I have trouble building and running the three 4D examples in this branch. We have users that will like to give ex1p_4d and ex3p_4d a try...
Thank you for the quick response! How are these supposed to be built and run? The following gives an error: `make parallel; cd examples; make ex1p_4d; mpirun -np 4 ex1p_4d...
> I have an example for solving the Heat Equation with a space-time method on my workstation (I'm currently on my laptop), I will add it tomorrow. Thank you, that...
Thanks @aschaf! Do you have an example with 4D adaptivity?
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
@ebchin, we would like to include this in the mfem-4.7 release at the end of March.
Please merge in `master` to resolve conflicts and now that PR https://github.com/mfem/mfem/pull/3922 has been merged also do the following: 2. replace use of `double` with `real_t` 3. guard double/single-only sections...
> @tzanio I tested building with single precision, but I think Tribol will need additional changes for single precision support. Beyond changing data types, there are many geometric tolerances in...
@ebchin, I am waiting on your 🟢 to merge this in `next`