Home
last modified time | relevance | path

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

/honee/src/
H A Dgrid_anisotropy_tensor.c12 NodalProjectionData grid_aniso_proj; in GridAnisotropyTensorProjectionSetupApply() local
21 PetscCall(PetscNew(&grid_aniso_proj)); in GridAnisotropyTensorProjectionSetupApply()
26 PetscCall(DMClone(honee->dm, &grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply()
27 PetscCall(DMSetMatrixPreallocateSkip(grid_aniso_proj->dm, PETSC_TRUE)); in GridAnisotropyTensorProjectionSetupApply()
28 …PetscCall(PetscObjectSetName((PetscObject)grid_aniso_proj->dm, "Grid Anisotropy Tensor Projection"… in GridAnisotropyTensorProjectionSetupApply()
31 grid_aniso_proj->num_comp = 7; in GridAnisotropyTensorProjectionSetupApply()
32 …RUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &grid_aniso_proj->num_comp, in GridAnisotropyTensorProjectionSetupApply()
33 grid_aniso_proj->dm)); in GridAnisotropyTensorProjectionSetupApply()
35 PetscCall(DMGetLocalSection(grid_aniso_proj->dm, &section)); in GridAnisotropyTensorProjectionSetupApply()
47 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, grid_aniso_proj->dm, DMLABEL_DEFAULT, DMLABEL_DEFA… in GridAnisotropyTensorProjectionSetupApply()
[all …]