MFEM v2.0
|
Go to the source code of this file.
Functions | |
void | E_exact (const Vector &, Vector &) |
void | f_exact (const Vector &, Vector &) |
int | main (int argc, char *argv[]) |
Variables | |
const double | kappa = M_PI |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 34 of file ex3.cpp.
References BilinearForm::AddDomainIntegrator(), LinearForm::AddDomainIntegrator(), BilinearForm::Assemble(), LinearForm::Assemble(), Mesh::bdr_attributes, GridFunction::ComputeL2Error(), Mesh::Dimension(), E_exact(), BilinearForm::EliminateEssentialBC(), f_exact(), BilinearForm::Finalize(), Mesh::GetNE(), FiniteElementSpace::GetVSize(), Array< T >::Max(), PCG(), Mesh::Print(), GridFunction::ProjectCoefficient(), GridFunction::Save(), osockstream::send(), BilinearForm::SpMat(), and Mesh::UniformRefinement().