Skip to content

Domain decomposition artifact shows up with EffectivePotential ES solver #5855

Open
@roelof-groenewald

Description

@roelof-groenewald

Description

We're seeing artifacts of the domain decomposition when using the semi-implicit Poisson solver.
See

The image below shows charge density for two simulations where the domain consisted of just one tile versus an identical simulation where the domain was decomposed into 4 tiles:

Image

The same issue does not come occur with the explicit ES solver.

The above case uses an embedded boundary (in a 3d simulation), so both the explicit solver and the semi-implicit solver uses amrex::MLEBNodeFDLaplacian. But only the semi-implicit case uses a spatially varying sigma (see

void EffectivePotentialES::ComputeSigma (MultiFab& sigma) const
).

It would appear that somewhere we are missing a call to fill the guard cells. @WeiqunZhang do you have any idea where this problem might be coming from?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions