Changeset 15219
- Timestamp:
- 06/07/13 21:15:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/bamg/Mesh.cpp
r15104 r15219 1104 1104 /*FUNCTION Mesh::AddMetric{{{*/ 1105 1105 void Mesh::AddMetric(BamgOpts* bamgopts){ 1106 // Hessiantype = 0 => H is computed using double P2 projection1106 // Hessiantype = 0 => H is computed using double L2 projection 1107 1107 // Hessiantype = 1 => H is computed with green formula 1108 1108 … … 1117 1117 } 1118 1118 else{ 1119 _error_("Hessiantype " << Hessiantype << " not supported yet (1->use Green formula, 0-> double P2 projection)");1119 _error_("Hessiantype " << Hessiantype << " not supported yet (1->use Green formula, 0-> double L2 projection)"); 1120 1120 } 1121 1121 } … … 1750 1750 } 1751 1751 /*}}}*/ 1752 /*FUNCTION Mesh::BuildMetric0 (double P2 projection){{{*/1752 /*FUNCTION Mesh::BuildMetric0 (double L2 projection){{{*/ 1753 1753 void Mesh::BuildMetric0(BamgOpts* bamgopts){ 1754 1754
Note:
See TracChangeset
for help on using the changeset viewer.