-
Updated
Dec 11, 2020 - Ruby
object-oriented
Here are 759 public repositories matching this topic...
-
Updated
Nov 21, 2020 - C
-
Updated
Nov 30, 2020 - Go
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Nov 2, 2019 - Swift
-
Updated
Oct 30, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Dec 11, 2020 - Ring
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
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Jun 23, 2016 - PHP
-
Updated
Aug 12, 2020 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Dec 10, 2017 - Lua
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
Dec 6, 2020 - C++
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 11, 2020 - C++
-
Updated
Sep 26, 2020 - C
New tutorials
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
-
Updated
Oct 21, 2020 - Perl
-
Updated
Jan 8, 2014 - C
-
Updated
Jun 14, 2020 - Python
-
Updated
Oct 20, 2017 - Scala
-
Updated
Dec 10, 2020 - Rust
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
-
Updated
Dec 7, 2020 - Fortran
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
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."