Lines Matching full:name
28 " Problem Name : %s\n" in PRINT_NEWTONIAN()
613 const char *name; in NS_NEWTONIAN_IG() local
615 PetscCall(BCDefinitionGetInfo(bc_def, &name, NULL, NULL)); in NS_NEWTONIAN_IG()
616 if (!strcmp(name, "slip")) { in NS_NEWTONIAN_IG()
618 } else if (!strcmp(name, "freestream")) { in NS_NEWTONIAN_IG()
620 } else if (!strcmp(name, "outflow")) { in NS_NEWTONIAN_IG()
622 } else if (!strcmp(name, "inflow")) { in NS_NEWTONIAN_IG()
644 …erance(const CeedScalar Q_s[5], const CeedScalar Q_a[5], const CeedScalar Q_b[5], const char *name, in CheckQWithTolerance() argument
660 printf("%s[0] error %g (expected %.10e, got %.10e)\n", name, relative_error[0], Q_s[0], Q_a[0]); in CheckQWithTolerance()
664 …printf("%s[%d] error %g (expected %.10e, got %.10e)\n", name, i, relative_error[i], Q_s[i], Q_a[i]… in CheckQWithTolerance()
668 printf("%s[4] error %g (expected %.10e, got %.10e)\n", name, relative_error[4], Q_s[4], Q_a[4]); in CheckQWithTolerance()