Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 9 of 9) sorted by relevance

/libCEED/tests/
H A Dt323-basis-f.f907 subroutine feval(x1,x2,val) argument
8 real*8 x1,x2,val local
14 subroutine dfeval(x1,x2,val) argument
15 real*8 x1,x2,val local
41 real*8 x1,x2 variable
H A Dt322-basis-f.f907 subroutine feval(x1,x2,val) argument
8 real*8 x1,x2,val local
34 real*8 x1,x2 variable
H A Dt323-basis.c11 static CeedScalar Eval(CeedScalar x1, CeedScalar x2) { return x1 * x1 + x2 * x2 + x1 * x2 + 1; } in Eval()
14 CeedScalar EvalGrad(CeedScalar x1, CeedScalar x2) { return 2 * x1 + x2; } in EvalGrad()
H A Dt320-basis.h28 CeedScalar x1 = q_ref[0 * Q + i], x2 = q_ref[1 * Q + i]; in Build2DSimplex() local
H A Dt340-basis.h30 CeedScalar x1 = q_ref[0 * Q + i], x2 = q_ref[1 * Q + i]; in BuildHcurl2DSimplex() local
H A Dt302-basis-f.f909 real*8 collograd1d(36),x2(6) variable
H A Dt321-basis.c11 static CeedScalar Eval(CeedScalar x1, CeedScalar x2) { return x1 * x1 + x2 * x2 + x1 * x2 + 1; } in Eval()
H A Dt322-basis.c11 static CeedScalar Eval(CeedScalar x1, CeedScalar x2) { return x1 * x1 + x2 * x2 + x1 * x2 + 1; } in Eval()
/libCEED/python/tests/
H A Dtest-3-basis.py33 def feval(x1, x2): argument
37 def dfeval(x1, x2): argument