Go to the source code of this file.
Classes | |
| class | GaussCubature |
Typedefs | |
| using | pntDataPair = std::pair< std::vector< double >, std::vector< double > > |
| using | pntDataPairVec = std::vector< pntDataPair > |
Variables | |
| double | TRI3 [] |
| double | TRI3W [] |
| double | TET4 [] |
| double | TET4W [] |
| using pntDataPair = std::pair<std::vector<double>, std::vector<double> > |
Definition at line 53 of file Cubature.H.
| using pntDataPairVec = std::vector<pntDataPair> |
Definition at line 55 of file Cubature.H.
| double TET4[] |
Definition at line 68 of file Cubature.C.
Referenced by GaussCubature::constructGaussMesh().
| double TET4W[] |
Definition at line 77 of file Cubature.C.
Referenced by GaussCubature::constructGaussMesh().
| double TRI3[] |
Definition at line 58 of file Cubature.C.
Referenced by GaussCubature::constructGaussMesh().
| double TRI3W[] |
Definition at line 65 of file Cubature.C.
Referenced by GaussCubature::constructGaussMesh().