Mark J. Stock

Results 17 comments of Mark J. Stock

Don't feel bad - Meshlab doesn't support them, either. I'm learning that geographic organizations are really good at avoiding well-supported features in open formats. It turns out that the files...

I think I found a ton of files that fail in this same manner: https://www.3drotterdam.nl/downloads/#/ From HEAD build, Fedora 29, GCC 8.3.1: ``` curl -O https://www.3drotterdam.nl/downloads/global/download//DWG/Rotterdam_Centrum.zip unzip Rotterdam_Centrum.zip dwgread -O...

The steps that I needed to add to make the theme useful are: ``` cp themes/papaya/templates/blog.html templates/ cp themes/papaya/templates/base.html templates/ cp -pr themes/papaya/templates/macros templates/ cp themes/papaya/templates/projects.html templates/ cp themes/papaya/static/banner.jpg static/...

Same problem in Processing 3.0b5 (Linux). Both work with 1.2.1. Error that I see reads: ``` Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: processing.sound.MethClaInterface.busConstructMono()I at processing.sound.MethClaInterface.busConstructMono(Native Method) at processing.sound.Engine.busConstructMono(Unknown Source) at...

Terrific. Thanks for the quick attention.

I get this error also, but not with SinOsc. I'm using Processing 3.0b2 sketch and sound 1.2.1 (1.3 fails to run at all). I load in about 70 SoundFile objects...

Output of `rocminfo` attached. [frontier_rocminfo.txt](https://github.com/ROCm/ROC_SHMEM/files/14540103/frontier_rocminfo.txt)

After generating test files for Lagrange elements of order 2 and 3 (9 and 16 points, respectively), I learned that ParaView 5.5.0 and 5.8.0 can read them. The elements can...

My conclusion is that, given the current state, we should *internally* subdivide our HO elements into linear quads at higher resolution than the Legendre or Lagrange points themselves, and just...

AH! I spoke/wrote too soon. These higher-order elements are useful, but one must first "Tesselate" the elements, then apply Contour. ![image](https://user-images.githubusercontent.com/5176354/89578760-ab137480-d800-11ea-97f1-58538dbfa8c2.png)