[aspect-devel] evaluate_vector_field vs compute_derived_quantities_vector

Lev Karatun lev.karatun at gmail.com
Sun Aug 13 19:12:30 PDT 2017


Nevermind, I figured it out =)

Best regards,
Lev Karatun.

2017-08-13 20:23 GMT-04:00 Lev Karatun <lev.karatun at gmail.com>:

> Hi all,
>
> I wrote a visualization plugin a while ago, and it works fine on my lab
> computer, but fails on the cluster. It seems that deal.II is unhappy with
> the fact that I don't have evaluate_vector_field implemented. In my plugin
> I have a function called compute_derived_quantities_vector, I thought
> this is what I need? Has it been renamed at some point (during transition
> to 2.0?) or did I implement a wrong function? I remember I took an existing
> plugin and modified it, but now none of the other plugins have the
> compute_derived_quantities_vector function.
>
> Thanks in advance!
>
> An error occurred in line <47> of file </home/lkaratun/aspect/dealii/
>> source/numerics/data_postprocessor.cc> in function
>>     void dealii::DataPostprocessor<dim>::evaluate_vector_field(const
>> dealii::DataPostprocessorInputs::Vector<dim> &,
>> std::vector<dealii::Vector<double>, std::allocator<dealii::Vector<double>>>
>> &) const [with dim = 2]
>> The violated condition was:
>>     false
>> Additional information:
>>     You (or a place in the library) are trying to call a function that is
>> declared as a virtual function in a base class but that has not been
>> overridden in your derived class.
>
>
> Best regards,
> Lev Karatun.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/aspect-devel/attachments/20170813/aef64112/attachment.html>


More information about the Aspect-devel mailing list