Roy Stogner wrote on 08/26/2011 12:39:20 PM:
>
> On Fri, 26 Aug 2011, Kirk, Benjamin (JSC-EG311) wrote:
>
> > I'm happy to commit this - any objections?
>
> David Andrs has write permissions and can commit the patch himself.
Thanks for the review, both patches are in.
> If you got confused by
On Fri, 26 Aug 2011, Kirk, Benjamin (JSC-EG311) wrote:
> I'm happy to commit this - any objections?
David Andrs has write permissions and can commit the patch himself.
If you got confused by the fact that he's asking for peer review
before submitting an important patch, that's just because you'v
I'm happy to commit this - any objections?
On 8/23/11 12:07 PM, "David Andrs" wrote:
>
> Attached are two patches for review.
>
> 1) Fix for Parallel::broadcast of std::set
>
> There is no assign() for std::set.
> I needed to broadcast the set of subdomain ids and bumped into it.
> Apply fir
Attached are two patches for review.
1) Fix for Parallel::broadcast of std::set
There is no assign() for std::set.
I needed to broadcast the set of subdomain ids and bumped into it.
Apply first.
2) Fixing XDA solution file to have subdomain ids for variables.
This patch intorduces LIBMESH_VERS
On Mon, 22 Aug 2011, David Andrs wrote:
> However the XDA file does not contain enough info to properly add variables,
> see system_io.C:212 where add_variable is called
> with no subdomain param, which means all variables will live everywhere and
> thus the read from XDA file will fail.
Good
Hi all!
I found the following issue with XDA restart. But first, let me start with
a working scenario:
- let's have a simulation with 2 variables: 'u' and 'v', where 'u' lives
on the whole domain and 'v' only on half of it.
- save the result into an XDA file
- when restarting, we recreate the E