MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
ex1p.cpp File Reference

Go to the source code of this file.

Enumerations

enum class  PCType {
  NONE , LOR , HO , NONE ,
  LOR , HO
}
 

Functions

int main (int argc, char *argv[])
 

Variables

const int mesh_p = 3
 
const int sol_p = 3
 

Enumeration Type Documentation

◆ PCType

enum class PCType
strong
Enumerator
NONE 
LOR 
HO 
NONE 
LOR 
HO 

Definition at line 48 of file ex1p.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 88 of file ex1p.cpp.

Variable Documentation

◆ mesh_p

const int mesh_p = 3

Definition at line 57 of file ex1p.cpp.

◆ sol_p

const int sol_p = 3

Definition at line 58 of file ex1p.cpp.