Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx558 bool compute_der; in DMMoabFEMComputeBasis() local
566 compute_der = (fe_basis_derivatives != NULL); in DMMoabFEMComputeBasis()
575 …points, quadpts, phypts, jacobian_quadrature_weight_product, fe_basis, compute_der ? fe_basis_deri… in DMMoabFEMComputeBasis()
578 …, jacobian_quadrature_weight_product, fe_basis, compute_der ? fe_basis_derivatives[0] : NULL, comp… in DMMoabFEMComputeBasis()
581 …eight_product, fe_basis, compute_der ? fe_basis_derivatives[0] : NULL, compute_der ? fe_basis_deri… in DMMoabFEMComputeBasis()