The Wayback Machine - https://web.archive.org/web/20201211131802/https://github.com/topics/object-oriented
Skip to content
#

object-oriented

Here are 759 public repositories matching this topic...

SudiptaBiswas
SudiptaBiswas commented Oct 21, 2020

Bug Description

In general, MOOSE allows PostProcessors to have the same names as the materials or variables. However, SolutionUserObject fails to read such data from an exodus file due to the name clash. It throws in the following error which is coming from libMesh and is not directly indicative of the issue.

ERROR: incompatible variable 'var_name' has already been added for this s
faultyserver
faultyserver commented Jun 8, 2018

I'm pretty sure that SimpleAssign is only created when the left-hand side is a StaticAssignable (e.g., Var, Const, or Underscore). If the target is a pattern, then it becomes a MatchAssign, and if it is some method chain (e.g. x.y = 2), then it is converted into a Call to the y= method with x as the receiver.

With that, I think that the target property of SimpleAssign no

Improve this page

Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.