Home
last modified time | relevance | path

Searched defs:basis_c_to_f (Results 1 – 2 of 2) sorted by relevance

/libCEED/interface/
H A Dceed-preconditioning.c1012 … CeedBasis basis_coarse, CeedBasis basis_c_to_f, CeedOperator *op_coarse, in CeedOperatorMultigridLevelCreateSingle_Core()
2734 CeedBasis basis_c_to_f = NULL; in CeedOperatorMultigridLevelCreate() local
2776 CeedBasis basis_fine, basis_c_to_f = NULL; in CeedOperatorMultigridLevelCreateTensorH1() local
2843 CeedBasis basis_fine, basis_c_to_f = NULL; in CeedOperatorMultigridLevelCreateH1() local
/libCEED/examples/solids/include/
H A Dstructs.h122 CeedBasis basis_x, basis_u, basis_c_to_f, basis_energy, basis_diagnostic; member