Skip to content
Snippets Groups Projects
Commit 12053c9f authored by François Clément's avatar François Clément
Browse files

Merge branch 'master' of depot.lipn.univ-paris13.fr:mayero/coq-num-analysis

parents 1f958eab b1d1f79c
No related branches found
No related tags found
No related merge requests found
Pipeline #7193 waiting for manual action
...@@ -702,11 +702,12 @@ f_equal. ...@@ -702,11 +702,12 @@ f_equal.
apply T_geom_transports_nodes; easy. apply T_geom_transports_nodes; easy.
(* *) (* *)
rewrite shape_fun_L_cur_eq. rewrite shape_fun_L_cur_eq.
(* FIXME HM 19/02/24: pourquoi on ne peut pas utiliser rewrite (shape_fun_cur_correct_rev FE_LagPk_d_ref _ vtx_cur); easy.
shape_fun_cur_correct_rev ? *)
erewrite shape_fun_cur_correct_rev2; easy.
Qed. Qed.
End FE_Lagrange_ref_Pk_d_fact. End FE_Lagrange_ref_Pk_d_fact.
(* Note du 4/7/23 (* Note du 4/7/23
......
...@@ -408,18 +408,12 @@ apply H2. ...@@ -408,18 +408,12 @@ apply H2.
Qed. Qed.
Lemma shape_fun_cur_correct_rev : forall i : 'I_(ndof FE_cur), Lemma shape_fun_cur_correct_rev : forall i : 'I_(ndof FE_cur),
shape_fun_ref i = cur_to_ref (shape_fun_cur i). shape_fun FE_ref i = cur_to_ref (shape_fun_cur i).
Proof. Proof.
intros i; rewrite shape_fun_cur_correct. intros i; rewrite shape_fun_cur_correct.
apply cur_to_ref_comp. apply cur_to_ref_comp.
Qed. Qed.
Lemma shape_fun_cur_correct_rev2 :
shape_fun_ref = (fun i x_ref => shape_fun_cur i (T_geom vtx_cur x_ref)).
Proof.
apply extF; intros i.
apply shape_fun_cur_correct_rev.
Qed.
Definition local_interp_cur : FRd d_cur -> FRd d_cur := Definition local_interp_cur : FRd d_cur -> FRd d_cur :=
fun v => local_interp FE_cur v. fun v => local_interp FE_cur v.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment