-
Hi @mattfidler; a curious question, does RxODE support different DE types and solvers? E.g delay DE , stochastic DE, etc.?
-
Hi,
Is it possible to make this [example](https://github.com/JuliaApproximation/FrameFun.jl/blob/2f8989c19ca1d8dc148d077fd2d9d7c84e3c9dc7/examples/DiffEquation.ipynb) work with `ChebyshevT` ? Right…
-
The following code
```
from firedrake import *
def run_morley_hcg(N):
mesh = UnitSquareMesh(N, N)
x = SpatialCoordinate(mesh)
# set up variational problem
U = FunctionSpac…
-
I'm trying to use `diffusion/poisson_short_syntax` file from the example with my mesh. All I've changed is the `filename_mesh` and `Gamma_Right` region.
```python
filename_mesh = '/tmp/triangular.…
-
I am new to FEM, and am integrating MFEM into software
**Currently:**
- I have .vtk UnstructuredGrid files that I read into a MFEM::Mesh, and then run various FEM simulations on them, converting b…
-
I am using spectralDNS as a guide to learn how to solve PDEs using mpi4py-fft and having a problem with the plotting. In particular, I want to gather the distributed arrays, namely coordinates and a …
-
When I dont define a "body", whats is the structure of the network?
Theres some easy way to save my trained network, so I can use it?
-
So for my application, we currently make use of a ```ParNonlinearForm``` and and a class derived from the ```NonlinearFormIntegrator``` within a Newton Raphson solver in order to solve our PDEs. In pa…
-
Testing results for a release candidate of Kokkos + KokkosKernels 3.0 follow in messages below, run on the following testbeds:
blake
white
waterman
ride
-
Hello,
I'm very new to sfepy.
I'm running the example in http://sfepy.org/doc-devel/examples/multi_physics/biot.html and getting the matrix out.
```
pb, state = solve_pde('.../.../biot.py')
A…