Robert Walker

Results 9 comments of Robert Walker

Is this necessary? I can think of some cases where having differing governing equations might be useful, for the sake of simplicity.

2D: u = x^2 v = y^2 - 2xy p = (x + y) t e = 2y f = - g = 0 \epsilon = / 2x -y \...

Residual tests work, however jacobians do not and I still do not understand why.

To get this started, which existing class in faults would be best to use as a reference?

What was another existing case where this virtual function method was used?

This is basically a reversion to the way we had this before, and createConstraints will need to be defined in each child class, correct?

> @rwalkerlewis, thanks for contributing this test of the CPS client. I'm not sure why the commit history has gotten messed up. Perhaps let me try myself again in a...

The solution to this might be to change mtuq.greens_tensor.CPS.py: ``` def __init__(self, *args, **kwargs): super(GreensTensor, self).__init__(*args, **kwargs) if 'type:greens' not in self.tags: self.tags += ['type:greens'] if 'type:velocity' not in self.tags:...

Looking at the CPS source, default output for tpulse96, hpulse96, and gpulse96 are all in ground velocity. The FK reader assumes velocity as well.