Newest Questions

3 votes
0 answers
36 views

I'm trying to choose a processor type for an HPC cluster for calculations with MODFLOW 6 (extended version). I'm looking at the F and X variants of AMD Epyc processors. The F variant has a higher ...
Joe7's user avatar
  • 131
0 votes
1 answer
52 views

I am trying to implement the Complex and Real Schur Decompositions using only the Keras Ops API, so I can utilize it to impose some eigenvalue constraints on a weight matrix. I am also using the JAX ...
DMDemon's user avatar
  • 11
1 vote
3 answers
83 views

Solve the following problem: $$ \begin{alignat*}{3} \arg \min_{ \boldsymbol{x} } & \quad & \frac{1}{2} \left\| \boldsymbol{x} - \boldsymbol{y} \right\|_{2}^{2} \\ \text{subject to} & \quad ...
Royi's user avatar
  • 767
3 votes
1 answer
59 views

I’m implementing a 3D Laplace Fast Multipole Method in Python and I’m trying to validate my P2M, potential evaluation, and M2M steps against direct summation. P2M + evaluation agree with direct ...
Michael Haahr's user avatar
1 vote
0 answers
196 views

I'm trying to code the path integral simulation described in this article. I followed all the instructions, but no matter how hard I try, my program won't work. Could someone please explain what I am ...
Peter's user avatar
  • 121
0 votes
0 answers
46 views

I've seen a lot of papers with the terms top-k, bottom-l, avg-k, etc e.g. in this paper. Is there a usual meaning for the k and l that I'm unaware of? Maybe I didn't pay due attention during ...
bad_coder's user avatar
  • 103
4 votes
0 answers
54 views

I’m running computational fluid dynamics simulations where small perturbations lead to divergent trajectories (chaotic systems). Even with fixed seeds, compiler differences and rounding lead to ...
Anushka_Grace's user avatar
0 votes
0 answers
58 views

I'm reading through this research paper, and from section 2, I have deduced that the Finite Fourier Sine Transform along $0\le x\le L_x$ is formulated as $$F(m) = \frac{2}{L_x}\int_0^{L_x} f(x) \sin\...
Researcher R's user avatar
1 vote
4 answers
450 views

I'm numerically integrating electron trajectories through a combination of static electric and magnetic fields. The classical equations of motion are trivial, but since kinetic energy may reach 20 keV ...
uhoh's user avatar
  • 1,142
0 votes
0 answers
45 views

I am coding with FEnicsx by using variational multiscale method and add an extra shock capturing method, about a high pressure gas ball(1cm radius with pressure 65 atm and 1400K), in the initial case, ...
YuerWu's user avatar
  • 211
0 votes
0 answers
28 views

I am running a vc-relax calculation in Quantum ESPRESSO for ZnCu₂SnS₄. Cutoff energy: 75 Ry k-point mesh: 6×6×6 SCF converges well (total SCF corrections ~1e-5 Ry) Issue: Total forces oscillate ...
Safi's user avatar
  • 1
4 votes
1 answer
128 views

Chaotic systems like weather models are extremely sensitive to initial conditions, and computers can only store finite precision. What algorithms or statistical techniques are used to keep results ...
Anushka_Grace's user avatar
1 vote
1 answer
80 views

I am currently struggling with the implementation of the compressible Navier–Stokes equations in my research work. To simplify the problem as much as possible, I reformulated it as a textbook-like ...
Ev0Cation's user avatar
3 votes
0 answers
81 views

I have the occasion to be reviewing some of the "basics" of the finite element method. In particular, I am interested in several technical details related to the combination of the FEM with ...
Chessnerd321's user avatar
1 vote
1 answer
116 views

Given an inertia tensor, $I$: $$ \mathbf{I} = \begin{bmatrix} I_{xx} & I_{xy} & I_{xz} \\ I_{yx} & I_{yy} & I_{yz} \\ I_{zx} & I_{zy} & I_{zz} \end{bmatrix} $$ The principal ...
Matt's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
789