MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | u_exact (const Vector &x, Vector &u) |
double | p_exact (const Vector &x) |
void | f_exact (const Vector &x, Vector &f) |
double | g_exact (const Vector &x) |
double | natural_bc (const Vector &x) |
bool | IsAllNeumannBoundary (const Array< int > &ess_bdr_attr) |
int | main (int argc, char *argv[]) |
double g_exact | ( | const Vector & | x | ) |
Definition at line 417 of file block-solvers.cpp.
bool IsAllNeumannBoundary | ( | const Array< int > & | ess_bdr_attr | ) |
Definition at line 220 of file block-solvers.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 226 of file block-solvers.cpp.
double natural_bc | ( | const Vector & | x | ) |
Definition at line 423 of file block-solvers.cpp.
double p_exact | ( | const Vector & | x | ) |
Definition at line 390 of file block-solvers.cpp.