MFEM
v4.6.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | AssembleAndSolve (LinearForm &b, BilinearFormIntegrator *bfi, Array< int > const &ess_tdof_list, const bool pa, const bool algebraic_ceed, GridFunction &x) |
int | main (int argc, char *argv[]) |
void AssembleAndSolve | ( | LinearForm & | b, |
BilinearFormIntegrator * | bfi, | ||
Array< int > const & | ess_tdof_list, | ||
const bool | pa, | ||
const bool | algebraic_ceed, | ||
GridFunction & | x | ||
) |
Definition at line 250 of file nurbs_patch_ex1.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 33 of file nurbs_patch_ex1.cpp.