Changeset 5700


Ignore:
Timestamp:
09/08/10 08:12:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

GaussSeg should not be needed as the only elements that we use are Tria and Penta. This implies the use of special Tria and Penta gauss points. Not Seg Gauss!!!

Location:
issm/trunk/src/c
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Makefile.am

    r5673 r5700  
    7777                                        ./objects/Bamg/Mesh.cpp\
    7878                                        ./objects/Bamg/Mesh.h\
    79                                         ./objects/Gauss/GaussSeg.h\
    80                                         ./objects/Gauss/GaussSeg.cpp\
    8179                                        ./objects/Gauss/GaussTria.h\
    8280                                        ./objects/Gauss/GaussTria.cpp\
     
    634632                                        ./objects/Bamg/Mesh.h\
    635633                                        ./objects/Bamg/Mesh.cpp\
    636                                         ./objects/Gauss/GaussSeg.h\
    637                                         ./objects/Gauss/GaussSeg.cpp\
    638634                                        ./objects/Gauss/GaussTria.h\
    639635                                        ./objects/Gauss/GaussTria.cpp\
  • issm/trunk/src/c/objects/objects.h

    r5661 r5700  
    2424
    2525/*Gauss*/
    26 #include "./Gauss/GaussSeg.h"
    2726#include "./Gauss/GaussTria.h"
    2827#include "./Gauss/GaussPenta.h"
Note: See TracChangeset for help on using the changeset viewer.