The finite element method using deal.II - 2021/2022
poisson-tester.cc File Reference
#include <gtest/gtest.h>
#include <fstream>
#include "poisson.h"
Include dependency graph for poisson-tester.cc:

Go to the source code of this file.

Classes

class  PoissonTester< Integral >
 

Functions

 TEST_F (PoissonTester, MakeGrid)
 

Function Documentation

◆ TEST_F()

TEST_F ( PoissonTester  ,
MakeGrid   
)

Definition at line 17 of file poisson-tester.cc.

18 {
19  make_grid();
20 }
make_grid
void make_grid(Triangulation< 2 > &triangulation)
Definition: step-2.cc:41