HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Functions | Variables
computeGrad.m File Reference

Functions

 diff (fct, y)]
 

Variables

clc clear all close all syms x y polynomial test fct
 

Function Documentation

◆ diff()

diff ( fct  ,
 
)

Variable Documentation

◆ fct

clc clear all close all syms x y polynomial test fct
Initial value:
= y^3*(y-1)^3*x^2*(x-1)^2*(2*x-1)
Df = [diff(fct,x)
clc clear all close all syms x y polynomial test fct
Definition computeGrad.m:8
diff(fct, y)]