Thread Previous • Date Previous • Date Next • Thread Next |
There's a bug in evaluate_dofs for tensor-valued elements. For TensorWeightedPoisson, we get a segmentation fault because the array named vals declared on line 1319 has length 2 when the value_size is 4 (=2*2) for the mixed element. The vals array is used as input to the evaluate call which will assign to all for components. -- Anders
Attachment:
signature.asc
Description: Digital signature
Thread Previous • Date Previous • Date Next • Thread Next |