-
I am using a circular grid with the following refinement strategy:
1. Set the manifold on all boundary cells to `SphericalManifold`.
2. Refine globally several times.
3. Reset all interior manifold…
-
The fe/fe_project_2d test fails for me with these differences -- all not very large but also not always completely negligible. Does anyone else see this as well?
```
> diff -r /home/fac/f/bangerth/p…
-
I am working on setting up some quantum phase space simulations. The issue is that I would like to be able to pass f and g to `SDEProblem`. However, when I pass f and go to `SDEProblem`, although comp…
-
Hello everyone,
I would like to work with hybrid hexahedral-tetrahedral meshes in MFEM. At first, I am interested in implementing H1/continuous basis. The configuration at hybrid interfaces is that…
mxncr updated
7 years ago
-
Hello again,
I just want to share a piece of code and discuss the problem. I believe this is not actually a bug but rather a property of the method, but I am not completely sure.
Basically the c…
-
The 'contour' plot type is very useful but would be even more powerful if it included an automated facility for creating labels. [Mapbox](https://www.mapbox.com/) seems to incorporate a particularl…
-
Hi Rui i'm that guy from facebook working on that transceiver menu.
As i told you in the message i'm heaving some trouble with the code.
The problem is that the menu does not respond on the second…
-
I propose an improved condition, whether neighboring centroids can be merged or not: Let `{(x_1, w_1), (x_2, w_2),...,(x_N, w_N)}` be the centroids in ascending order where `x_i` is the mean and `w_i`…
oertl updated
7 years ago
-
I open this issue to provide an open discussion page for the process of implementing more active particles in ASPECT. Several people have told me over the last months that they would appreciate a more…
-
ParameterizedFunctions.jl's `@ode_def` DSL needs a slight overhaul. Specifically, I would like to see if a nice syntax can make it handle differential-algebraic equations, delay differential equations…