-
Hi, I am trying to use an autodifferentiation tool to abstract away the need to evaluate the derivatives of certain functions for use as coefficients in the declaration of the equations subsequently. …
-
Hi! I'm new to this.
After `running mpirun -n 1 main`
This is what I get:
```
An error occurred in line of file in function
void dealii::ParameterHandler::scan_line(std::__cxx11::string,…
-
The source term is required in the Cahn-Hilliard equation to automatically generate/degenerate the species due to the chemical reaction.
Thereby, the current version needs some improvements to acco…
-
Hi,
I'm trying to run the `devel_v0.5` tag, but am hitting a new error. The invocation was:
```
python3 \
driver/driver_example.py \
--output_dir . \
--env ExaLearnBlockCoPolymer…
-
Hi, I am trying to evaluate a logarithim of a cellvariable to modify the partial derivative $\frac{\partial f}{\partial phi}$ in this example: https://www.ctcms.nist.gov/fipy/examples/cahnHilliard/gen…
-
When I run a simulation with the following size:
```
mesh = Grid2D(Lx=50.0, Ly=50.0, nx=50, ny=50)
```
The simulation starts in reasonable time and the trace starts appearing in my terminal. Howe…
-
Hi, I just installed FiPy, but I am getting several errors by running the test script in the examples folder. Is there a stable build that you would recommend? I am just trying to solve for viscous fl…
-
Hangs at the chemotaxis tests.
The problem seems to be that when the PYTHONPATH is explicitly set to "." then it hangs otherwise it runs through without issue. The crontab on sandbox sets the PYTHONP…
-
09/24/2015
-
Hi folks,
I'm trying to compile the cahnHilliard example. I have deal II installed and after successfully running cmake, I get the following error with make:
```
/home/workgroups/reit/packages/phas…