a-jp

Results 80 comments of a-jp

Could I ask if this is going anywhere? I have just posted an [issue](https://github.com/nholthaus/units/issues/232) and this looks directly relevant to that. Thanks, Andy

Hi, I've noticed a huge increase in activity on this repo which is great. I really like it. I'd been keen to still get some help with the issue posted...

I store velocity and position in Eigen vectors. Is it expected that the up coming 3 release will allow the scalar type used by eigen as a template parameter to...

I would be very keen to do dimensional analysis using this library with Eigen types: is there a working example that shows how to do this?

Hi, Seem to have a similar issue compiling with OpenMP support on OSX using llvm8 compilers (from macports, not stock compilers, so do include openmp support). If I add '-fopenmp'...

Thank you! Really helpful. Sorry I didn't add tags I don't know how to do that. I fell down in trying to use the construct API because it appears to...

Ok, I can take a look. To help in that, can I ask, is there an equivalent pumi::construct? I haven't quite figured out whether I should be making an apf::Mesh2...

Sort of. I found out that pMesh is just a typedef to apf::Mesh2 inside [pumi.h](https://github.com/SCOREC/core/blob/d9eeb2b028afd6182b4d3bc1063d3aae3a348760/pumi/pumi.h#L65). Since I've got a Mesh2 object I just blindly started using the pumi_* api, but...

I was wondering if there was something wrong with my call stack. As I said, I'm running on two processors, in 2D, with a 4 quad mesh, 2 cells on...