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

Go to the source code of this file.

Classes

class  Step3Tester
 

Functions

 TEST_F (Step3Tester, MakeGrid)
 

Function Documentation

◆ TEST_F()

TEST_F ( Step3Tester  ,
MakeGrid   
)

Definition at line 17 of file step-3-tester.cc.

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