Kurt Sansom
Kurt Sansom
I think I was able to replace `vtkSimpleCriticalSection.h` with `mutex` it compiles but wondered if there is any regression test that we could make to check the code still works...
The build instructions are quite similar however they are different. Also I have never used Haskell before but I want implement a custom implicit function, i.e. spherical harmonics. Also it...
Starting from the vtu implementation I am working through adding vtp support. Current status: WIP starting with reading, currently I am arbitrarily add the cell types that mimics the vtu...
Using the latest eigen release 3.3.9 It appears three of the hyperbolic trig functions are available.
I have attempted to implement hyperbolic functions in libfive. I am rather unsure of what all I actually needed to change. Currently it compiles, but I haven't written any tests,...
I would like to implement a uF reader in wradlib, but its unclear to me where that functionality would go, and where I should start. pyart for example has a...
What would it take to implement the anisotropic remeshing similar to ACVD?
currently exomerge doesn't support put_node_set_dist_fact or get_node_set_dist_facts. I tried using: ` model.create_node_set_field(node_set_field_name='distribution_factors', node_set_ids='all', value=1.0) ` but I don't think that is the same kind of thing. also it gives an...