MFEM  v4.6.0
Finite element discretization library
Enumerations | Functions | Variables
ex1.cpp File Reference

Go to the source code of this file.

Enumerations

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

Functions

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

Variables

const int mesh_p = 3
 
const int sol_p = 3
 

Enumeration Type Documentation

◆ PCType

enum PCType
strong
Enumerator
NONE 
LOR 
HO 
NONE 
LOR 
HO 

Definition at line 48 of file ex1.cpp.

Function Documentation

◆ main()

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

Definition at line 88 of file ex1.cpp.

Variable Documentation

◆ mesh_p

const int mesh_p = 3

Definition at line 57 of file ex1.cpp.

◆ sol_p

const int sol_p = 3

Definition at line 58 of file ex1.cpp.