Home
last modified time | relevance | path

Searched refs:fe_basis_derivatives (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx555 …tscReal *jacobian_quadrature_weight_product, PetscReal *fe_basis, PetscReal **fe_basis_derivatives) in DMMoabFEMComputeBasis() argument
566 compute_der = (fe_basis_derivatives != NULL); in DMMoabFEMComputeBasis()
575 …ypts, jacobian_quadrature_weight_product, fe_basis, compute_der ? fe_basis_derivatives[0] : NULL, … in DMMoabFEMComputeBasis()
578 …re_weight_product, fe_basis, compute_der ? fe_basis_derivatives[0] : NULL, compute_der ? fe_basis_… in DMMoabFEMComputeBasis()
581 …asis, compute_der ? fe_basis_derivatives[0] : NULL, compute_der ? fe_basis_derivatives[1] : NULL, … in DMMoabFEMComputeBasis()