Lines Matching refs:AA

2974 …LegendreElementLaplacianCreate(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA)  in PetscGaussLobattoLegendreElementLaplacianCreate()  argument
3043 *AA = A; in PetscGaussLobattoLegendreElementLaplacianCreate()
3062 …egendreElementLaplacianDestroy(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA) in PetscGaussLobattoLegendreElementLaplacianDestroy() argument
3065 PetscCall(PetscFree((*AA)[0])); in PetscGaussLobattoLegendreElementLaplacianDestroy()
3066 PetscCall(PetscFree(*AA)); in PetscGaussLobattoLegendreElementLaplacianDestroy()
3067 *AA = NULL; in PetscGaussLobattoLegendreElementLaplacianDestroy()
3094 …adientCreate(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA, PetscReal ***AAT) in PetscGaussLobattoLegendreElementGradientCreate() argument
3127 *AA = A; in PetscGaussLobattoLegendreElementGradientCreate()
3147 …dientDestroy(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA, PetscReal ***AAT) in PetscGaussLobattoLegendreElementGradientDestroy() argument
3150 PetscCall(PetscFree((*AA)[0])); in PetscGaussLobattoLegendreElementGradientDestroy()
3151 PetscCall(PetscFree(*AA)); in PetscGaussLobattoLegendreElementGradientDestroy()
3152 *AA = NULL; in PetscGaussLobattoLegendreElementGradientDestroy()
3185 …LegendreElementAdvectionCreate(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA) in PetscGaussLobattoLegendreElementAdvectionCreate() argument
3197 *AA = D; in PetscGaussLobattoLegendreElementAdvectionCreate()
3216 …egendreElementAdvectionDestroy(PetscInt n, PetscReal nodes[], PetscReal weights[], PetscReal ***AA) in PetscGaussLobattoLegendreElementAdvectionDestroy() argument
3219 PetscCall(PetscFree((*AA)[0])); in PetscGaussLobattoLegendreElementAdvectionDestroy()
3220 PetscCall(PetscFree(*AA)); in PetscGaussLobattoLegendreElementAdvectionDestroy()
3221 *AA = NULL; in PetscGaussLobattoLegendreElementAdvectionDestroy()
3225 …LobattoLegendreElementMassCreate(PetscInt n, PetscReal *nodes, PetscReal *weights, PetscReal ***AA) in PetscGaussLobattoLegendreElementMassCreate() argument
3243 *AA = A; in PetscGaussLobattoLegendreElementMassCreate()
3247 …obattoLegendreElementMassDestroy(PetscInt n, PetscReal *nodes, PetscReal *weights, PetscReal ***AA) in PetscGaussLobattoLegendreElementMassDestroy() argument
3250 PetscCall(PetscFree((*AA)[0])); in PetscGaussLobattoLegendreElementMassDestroy()
3251 PetscCall(PetscFree(*AA)); in PetscGaussLobattoLegendreElementMassDestroy()
3252 *AA = NULL; in PetscGaussLobattoLegendreElementMassDestroy()