Skip to content
Snippets Groups Projects
Commit 1f7b01fd authored by Fanny CHOPOT's avatar Fanny CHOPOT
Browse files

ajout CL sur u car CL depend de temps pour kidder

parent 9e7ad10e
Branches
Tags
No related merge requests found
......@@ -278,6 +278,8 @@ public:
Kokkos::View<double*> kL = unknowns.kL();
Kokkos::View<double*> kR = unknowns.kR();
uR[0][0] = -t/(1.-t*t);
const Kokkos::View<const Rd*> xj = m_mesh_data.xj();
const Kokkos::View<const double*> Vj = m_mesh_data.Vj();
const Kokkos::View<const Rd**> Cjr = m_mesh_data.Cjr();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment