Searched refs:basis_grid_aniso (Results 1 – 1 of 1) sorted by relevance
| /honee/src/ |
| H A D | grid_anisotropy_tensor.c | 13 CeedBasis basis_grid_aniso; in GridAnisotropyTensorProjectionSetupApply() local 49 …grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &basis_grid_aniso)); in GridAnisotropyTensorProjectionSetupApply() 62 … CeedOperatorSetField(op_rhs_assemble, "v", *elem_restr_grid_aniso, basis_grid_aniso, CEED_VECTOR_… in GridAnisotropyTensorProjectionSetupApply() 78 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", *elem_restr_grid_aniso, basis_grid_aniso, C… in GridAnisotropyTensorProjectionSetupApply() 80 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", *elem_restr_grid_aniso, basis_grid_aniso, C… in GridAnisotropyTensorProjectionSetupApply() 119 PetscCallCeed(ceed, CeedBasisDestroy(&basis_grid_aniso)); in GridAnisotropyTensorProjectionSetupApply()
|