Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/output/
H A Dex17_0.out5 PetscDualSpace Object: H1 1 MPI process
9 PetscDualSpace Object: H1 1 MPI process
/petsc/doc/manualpages/doctext/
H A Dmyst.def16 # but it gives the warning message: WARNING: Non-consecutive header level increase; H1 to H4
18 # Changing the first # at the top of the page to ## also doesn't help, it ALWAYS starts with H1.
H A Dhtml.def54 mantitle <TITLE>%1</TITLE>%n</HEAD>%n<BODY BGCOLOR="FFFFFF">%n<A NAME="%1"><H1>%1</H1></A>%n
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DSysFiles.pm1077 my ($H1, $H2) = @_;
1079 $H1=~s/\.[a-z]+\Z//ig;
1082 my $Hname1 = getFilename($H1);
1084 my $HDir1 = getDirname($H1);
1093 or $H1 eq $H2) {
1096 elsif($H1=~/\A\Q$H2\E/) {
1099 elsif($H2=~/\A\Q$H1\E/) {
1134 my $R1 = checkRelevance($H1);
1146 return (lc($H1) cmp lc($H2));
/petsc/src/dm/impls/plex/
H A Dplexglvis.c122 PetscBool islag, continuous, H1 = PETSC_TRUE; in DMSetUpGLVisViewer_Plex() local
135 H1 = PETSC_FALSE; in DMSetUpGLVisViewer_Plex()
141 if (H1) { in DMSetUpGLVisViewer_Plex()