Home
last modified time | relevance | path

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

/honee/src/
H A Dgrid_anisotropy_tensor.c126 … CeedVector *aniso_colloc_ceed, PetscInt *num_comp_aniso) { in GridAnisotropyTensorCalculateCollocatedVector() argument
135 *num_comp_aniso = 7; in GridAnisotropyTensorCalculateCollocatedVector()
142 …ictionQDataCreate(ceed, honee->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, *num_comp_aniso, in GridAnisotropyTensorCalculateCollocatedVector()
149 PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_colloc, "v", *num_comp_aniso, CEED_EVAL_NONE)); in GridAnisotropyTensorCalculateCollocatedVector()
/honee/include/
H A Dnavierstokes.h332 … CeedVector *aniso_colloc_ceed, PetscInt *num_comp_aniso);