-
These should be renamed to `CahnHilliard`, `AllenCahn`, and `SplitCahnHilliard`. The old names are cryptic and inaccurate. The point of these kernes is not to parse anything. These kernels are the sta…
-
[fipy/examples/cahnHilliard/mesh2D.py](../tree/master/fipy/examples/cahnHilliard/mesh2D.py) is slower in parallel than in serial. For the first few timesteps:
| mode | time (s) |
| --- | --- |
| `--p…
guyer updated
9 years ago
-
petsc(4py) 3.20.3 [crashes the test suite](https://dev.azure.com/guyer/FiPy/_build/results?buildId=1206&view=logs&j=58fde56f-e4bb-53ea-f269-cde8ff5cac60&t=48507f96-f94b-56b6-fa5b-d3216354ae82)
```…
guyer updated
4 months ago
-
Although [examples/cahnHilliard/mesh2DCoupled.py@fe00adaf9e](../tree/fe00adaf9e/examples/cahnHilliard/mesh2DCoupled.py) passes tests, any attempt to increase the size of the mesh causes problems:
- At…
guyer updated
4 years ago
-
[Hard failure on CircleCI](https://circleci.com/gh/guyer/fipy/186)
```
Doctest: examples.diffusion.steadyState.otherMeshes.grid3Dinput ...
Intel MKL ERROR: Parameter 8 was incorrect on entry to DO…
guyer updated
4 months ago
-
Hello there,
When I try to compile a code, I get an error which arises fro kokkos side. Since the technical support of the package do not respond, I got to ask you to see if you could help me. I hav…
-
Hello, I have this issue with nutils where my spyder does not recognize it. When I run the example script for Cahn-Hillard equations, I get the following error:
ModuleNotFoundError: No module named…
-
The Cahn-Hilliard equation shown in README.md is modified as you say. May I ask the equation reference from where? What is the meaning of the last term?
I find [`cpp/src/utils_ch.cpp:3`](https://gi…
-
Hi,
I don't understand the formula that you use to update the concentration field c (https://github.com/elvissoares/PyCahnHilliard/blob/master/cahnhilliard.py#L76) :
> ```c_hat[:] = (c_hat-dt*K2*…
-
I hope I get that right, but you are using the diffuse interface method solely to represent a solid interface, right? In that case, I suggest that you differentiate strongly from the diffuse interface…