Kurt Sansom

Results 20 issues of Kurt Sansom

I am attempting to convert a test to pFUnit. I have something like this ``` call test_set_quadrature_exponential(1.0_dp, tolerance) call test_set_quadrature_exponential(2.0_dp, tolerance) ``` where `test_set_quadrature_exponential` has the asserts. this approach I...

Add configuration option to generate `.f90` while maintaining `.F90` as the default. Currently the generated output creates files with `.F90` which can cause compilation errors with gcc because it interprets...

Adding incorrect arguments to `@assertEqual` gives vague errors Context: When converting a test to pFUnit, the previous system required specifying the size of the array to compare when comparing that...

I am working on project that has components using AMR techniques, but the physics is cast in 6D phase space (3 spatial, 3 velocity) components. Other than being unable to...

in the uffile.py the function that populates the nyquist field only fills the array if a nyquist value exists for at least one field in each ray. Is there a...

I modified the cmake build system to better utilize modern cmake. I reorganized the examples to have a dis6 and dis7 folder. I removed linking the sdl linking from the...

I am trying to better understand the dis6 and dis7 implementations, but there appears to be a lot of overlap or duplication or things missing from one to the other....

question

I have what feels like a dumb question. I want to populate a variable length PDU SignalPdu with "fake" data and test it out. e.g. I want to send an...

The test directory has some test code in it, but the instructions are very vague. it references cppunit, and set the path for cppunit. It doesn't appear there are any...

enhancement
help wanted
question

It's not clear to me from the documentation how to employ wireshark correctly. I have been working on the c++ opendis implementation, and I am trying to ascertain how to...

question