Searched refs:grid_aniso_proj (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | grid_anisotropy_tensor.c | 16 NodalProjectionData grid_aniso_proj; in GridAnisotropyTensorProjectionSetupApply() local 28 PetscCall(PetscNew(&grid_aniso_proj)); in GridAnisotropyTensorProjectionSetupApply() 31 grid_aniso_proj->num_comp = 7; in GridAnisotropyTensorProjectionSetupApply() 32 PetscCall(DMClone(user->dm, &grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply() 33 …PetscCall(PetscObjectSetName((PetscObject)grid_aniso_proj->dm, "Grid Anisotropy Tensor Projection"… in GridAnisotropyTensorProjectionSetupApply() 37 …_TRUE, PETSC_TRUE, user->app_ctx->degree, 1, user->app_ctx->q_extra, 1, &grid_aniso_proj->num_comp, in GridAnisotropyTensorProjectionSetupApply() 38 grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply() 40 PetscCall(DMGetLocalSection(grid_aniso_proj->dm, §ion)); in GridAnisotropyTensorProjectionSetupApply() 54 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, grid_aniso_proj->dm, domain_label, label_value, he… in GridAnisotropyTensorProjectionSetupApply() 55 …PetscCall(CreateBasisFromPlex(ceed, grid_aniso_proj->dm, domain_label, label_value, height, dm_fie… in GridAnisotropyTensorProjectionSetupApply() [all …]
|