Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex42.c461 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormStressOperatorQ13D()
462 ShapeFunctionQ13D_Evaluate_dx(GNi_p,GNx_p,coords,&J_p); in FormStressOperatorQ13D()
528 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormGradientOperatorQ13D()
529 ShapeFunctionQ13D_Evaluate_dx(GNi_p,GNx_p,coords,&J_p); in FormGradientOperatorQ13D()
580 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormStabilisationOperatorQ13D()
581 ShapeFunctionQ13D_Evaluate_dx(GNi_p,GNx_p,coords,&J_p); in FormStabilisationOperatorQ13D()
638 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormScaledMassMatrixOperatorQ13D()
696 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormMomentumRhsQ13D()
724 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in FormContinuityRhsQ13D()
1184 ShapeFunctionQ13D_Evaluate_dxi(gp_xi[p],GNi_p); in DMDAIntegrateErrors3D()
[all …]
H A Dex70.c144 PetscScalar GNi_p[NSD][NODES_PER_EL],GNx_p[NSD][NODES_PER_EL]; in BForm_DivT() local
154 EvaluateBasisDerivatives_Q1(gp_xi[p],GNi_p); in BForm_DivT()
155 EvaluateDerivatives(GNi_p,GNx_p,coords,&J_p); in BForm_DivT()
199 EvaluateBasisDerivatives_Q1(gp_xi[p],GNi_p); in BForm_Grad()
200 EvaluateDerivatives(GNi_p,GNx_p,coords,&J_p); in BForm_Grad()
247 EvaluateBasisDerivatives_Q1(gp_xi[p],GNi_p); in BForm_Stabilisation()
248 EvaluateDerivatives(GNi_p,GNx_p,coords,&J_p); in BForm_Stabilisation()
283 EvaluateBasisDerivatives_Q1(gp_xi[p],GNi_p); in BForm_ScaledMassMatrix()
284 EvaluateDerivatives(GNi_p,GNx_p,coords,&J_p); in BForm_ScaledMassMatrix()
319 EvaluateBasisDerivatives_Q1(gp_xi[p],GNi_p); in LForm_MomentumRHS()
[all …]
H A Dex43.c484 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormStressOperatorQ1()
485 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormStressOperatorQ1()
532 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormGradientOperatorQ1()
533 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormGradientOperatorQ1()
584 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormStabilisationOperatorQ1()
585 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormStabilisationOperatorQ1()
623 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormScaledMassMatrixOperatorQ1()
624 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormScaledMassMatrixOperatorQ1()
662 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormMomentumRhsQ1()
663 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormMomentumRhsQ1()
[all …]
H A Dex49.c428 PetscScalar GNi_p[NSD][NODES_PER_EL],GNx_p[NSD][NODES_PER_EL]; in FormStressOperatorQ1() local
438 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormStressOperatorQ1()
439 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormStressOperatorQ1()
488 PetscScalar GNi_p[NSD][NODES_PER_EL],GNx_p[NSD][NODES_PER_EL]; in FormMomentumRhsQ1() local
497 ConstructQ12D_GNi(gp_xi[p],GNi_p); in FormMomentumRhsQ1()
498 ConstructQ12D_GNx(GNi_p,GNx_p,coords,&J_p); in FormMomentumRhsQ1()