Searched refs:basis_x_true (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 385 CeedBasis basis_x_true; in SetupLibceedFineLevel() local 392 CeedBasisCreateTensorH1Lagrange(ceed, dim, num_comp_x, 2, P, CEED_GAUSS_LOBATTO, &basis_x_true); in SetupLibceedFineLevel() 399 …CeedOperatorSetField(op_true, "x", data[fine_level]->elem_restr_x, basis_x_true, CEED_VECTOR_ACTIV… in SetupLibceedFineLevel() 415 CeedBasisDestroy(&basis_x_true); in SetupLibceedFineLevel()
|