MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Enumerations | Functions | Variables
ex1p.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

enum PCType
strong
Enumerator
NONE 
LOR 
HO 
NONE 
LOR 
HO 

Definition at line 48 of file ex1p.cpp.

Function Documentation

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

Definition at line 88 of file ex1p.cpp.

Variable Documentation

const int mesh_p = 3

Definition at line 57 of file ex1p.cpp.

const int sol_p = 3

Definition at line 58 of file ex1p.cpp.