getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] What is the best way to add parameter for each directio


From: Tetsuo Koyama
Subject: [Getfem-commits] What is the best way to add parameter for each direction in term?
Date: Mon, 11 Feb 2019 17:03:42 +0900

Dear GetFEM++

What is the best way to add parameter for each space direction in term?
I want to use fixed_size_data as a coefficient of the weak form
language, because parameter of each direction is different.
Is it work if the dimension of rho is equal to the dimension of mesh
in following code?

Code of C++:
model.add_fixed_size_data("rho", rho);
getfem::add_linear_term(model, mim, "rho*u.Test_u", TOP);

Best Regard Tetsuo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]