Skip to content

Commit 190797d

Browse files
authored
Merge pull request #123 from MultiSimOLab/exportL2PROJECTION
Exports the L2 projection operator
2 parents e128553 + 3bfdc28 commit 190797d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/ComputationalModels/ComputationalModels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ export reset!
9090
export interpolate_L2_tensor
9191
export interpolate_L2_vector
9292
export interpolate_L2_scalar
93-
93+
export L2_Projection
9494
end

src/Exports.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ end
139139
@publish ComputationalModels evaluate!
140140
@publish ComputationalModels InterpolableBC
141141
@publish ComputationalModels InterpolableBC!
142-
@publish ComputationalModels TrialFESpace! # Exporting internal function of Gridap
142+
@publish ComputationalModels TrialFESpace! # Exporting internal function of Gridap
143+
@publish ComputationalModels L2_Projection
143144

144145
# Note: the files FaceLabeling, CartesianTags and Evolution functions should be moved to a module different than ComputationalModels
145146
@publish ComputationalModels add_tag_from_vertex_filter!

0 commit comments

Comments
 (0)