[Libmesh-users] Euler Beam Equation Using Reduced Basis

2017-12-12 Thread 강신성
Hello everyone, I want to solve the Euler cantilever beam equation using reduced basis to understand the RB method. However, I don't know how to deal with a 2nd derivative term of a weak form of the Euler beam equation. First, I created a 1D mesh. Then, refferring

Re: [Libmesh-users] Using multi-core in execution files

2018-02-12 Thread 강신성
Thanks for your reply, David. I tried to the command "mpirun -np N" in the RB example 5, but there was a problem that the same code is running repeatedly as follows. $ mpirun -np 3

[Libmesh-users] [RB] Non-compliant output problem

2021-06-28 Thread 강신성
Hello, all. I have a question about a non-compliant output problem in libMesh. I look into "rb_evaluation.C" and found that there is a code such that *"RB_output_error_bounds[n] = abs_error_bound * eval_output_dual_norm(n, mu);" *in line 292. My questions are: 1) Can we address a